OLD | NEW |
1 { | 1 { |
2 "name": "polymer", | 2 "name": "polymer", |
3 "version": "1.0.2", | 3 "version": "1.0.2", |
4 "main": [ | 4 "main": [ |
5 "polymer.html" | 5 "polymer.html" |
6 ], | 6 ], |
7 "license": "http://polymer.github.io/LICENSE.txt", | 7 "license": "http://polymer.github.io/LICENSE.txt", |
8 "ignore": [ | 8 "ignore": [ |
9 "/.*", | 9 "/.*", |
10 "/test/" | 10 "/test/" |
11 ], | 11 ], |
12 "authors": [ | 12 "authors": [ |
13 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" | 13 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" |
14 ], | 14 ], |
15 "repository": { | 15 "repository": { |
16 "type": "git", | 16 "type": "git", |
17 "url": "https://github.com/Polymer/polymer.git" | 17 "url": "https://github.com/Polymer/polymer.git" |
18 }, | 18 }, |
19 "dependencies": { | 19 "dependencies": { |
20 "webcomponentsjs": "^0.7.2" | 20 "webcomponentsjs": "^0.7.2" |
21 }, | 21 }, |
22 "devDependencies": { | 22 "devDependencies": { |
23 "web-component-tester": "*" | 23 "web-component-tester": "*" |
24 }, | 24 }, |
25 "private": true | 25 "private": true |
26 } | 26 } |
OLD | NEW |