OLD | NEW |
1 { | 1 { |
2 "name": "webcomponents.js", | 2 "name": "webcomponents.js", |
3 "version": "0.5.1-1", | 3 "version": "0.5.4", |
4 "description": "webcomponents.js", | 4 "description": "webcomponents.js", |
5 "main": "gulpfile.js", | 5 "main": "gulpfile.js", |
6 "directories": { | 6 "directories": { |
7 "test": "tests" | 7 "test": "tests" |
8 }, | 8 }, |
9 "repository": { | 9 "repository": { |
10 "type": "git", | 10 "type": "git", |
11 "url": "https://github.com/webcomponents/webcomponentsjs.git" | 11 "url": "https://github.com/webcomponents/webcomponentsjs.git" |
12 }, | 12 }, |
13 "author": "The Polymer Authors", | 13 "author": "The Polymer Authors", |
14 "license": { | 14 "license": { |
15 "type": "BSD-3-Clause", | 15 "type": "BSD-3-Clause", |
16 "url": "http://polymer.github.io/LICENSE.txt" | 16 "url": "http://polymer.github.io/LICENSE.txt" |
17 }, | 17 }, |
18 "bugs": { | 18 "bugs": { |
19 "url": "https://github.com/webcomponents/webcomponentsjs/issues" | 19 "url": "https://github.com/webcomponents/webcomponentsjs/issues" |
20 }, | 20 }, |
21 "homepage": "http://webcomponents.org", | 21 "homepage": "http://webcomponents.org", |
22 "devDependencies": { | 22 "devDependencies": { |
23 "gulp": "^3.8.8", | 23 "gulp": "^3.8.8", |
24 "gulp-audit": "^1.0.0", | 24 "gulp-audit": "^1.0.0", |
25 "gulp-concat": "^2.4.1", | 25 "gulp-concat": "^2.4.1", |
26 "gulp-header": "^1.1.1", | 26 "gulp-header": "^1.1.1", |
27 "gulp-uglify": "^1.0.1", | 27 "gulp-uglify": "^1.0.1", |
28 "run-sequence": "^1.0.1", | 28 "run-sequence": "^1.0.1", |
29 "web-component-tester": "*" | 29 "web-component-tester": "*" |
30 } | 30 } |
31 } | 31 } |
OLD | NEW |