| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "polymer", | 2 "name": "polymer", |
| 3 "version": "1.6.1", | 3 "version": "1.8.1", |
| 4 "main": [ | 4 "main": [ |
| 5 "polymer.html", | 5 "polymer.html", |
| 6 "polymer-mini.html", | 6 "polymer-mini.html", |
| 7 "polymer-micro.html" | 7 "polymer-micro.html" |
| 8 ], | 8 ], |
| 9 "license": "http://polymer.github.io/LICENSE.txt", | 9 "license": "http://polymer.github.io/LICENSE.txt", |
| 10 "ignore": [ | 10 "ignore": [ |
| 11 "/.*", | 11 "/.*", |
| 12 "/test/", | 12 "/test/", |
| 13 "/util/", | 13 "/util/", |
| 14 "/explainer/", | 14 "/explainer/", |
| 15 "gulpfile.js", | 15 "gulpfile.js", |
| 16 "PRIMER.md", | 16 "PRIMER.md", |
| 17 "CONTRIBUTING.md", | 17 "CONTRIBUTING.md", |
| 18 "CHANGELOG.md" | 18 "CHANGELOG.md" |
| 19 ], | 19 ], |
| 20 "authors": [ | 20 "authors": [ |
| 21 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" | 21 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" |
| 22 ], | 22 ], |
| 23 "repository": { | 23 "repository": { |
| 24 "type": "git", | 24 "type": "git", |
| 25 "url": "https://github.com/Polymer/polymer.git" | 25 "url": "https://github.com/Polymer/polymer.git" |
| 26 }, | 26 }, |
| 27 "dependencies": { | 27 "dependencies": { |
| 28 "webcomponentsjs": "^0.7.20" | 28 "webcomponentsjs": "^0.7.24" |
| 29 }, | 29 }, |
| 30 "devDependencies": { | 30 "devDependencies": { |
| 31 "web-component-tester": "*", | 31 "web-component-tester": "*", |
| 32 "iron-component-page": "polymerElements/iron-component-page#^1.1.6" | 32 "iron-component-page": "polymerElements/iron-component-page#^1.1.6" |
| 33 }, | 33 }, |
| 34 "private": true | 34 "private": true |
| 35 } | 35 } |
| OLD | NEW |