| OLD | NEW |
| 1 { | 1 { |
| 2 "name": "polymer", | 2 "name": "polymer", |
| 3 "version": "1.0.4", | 3 "version": "1.2.3", |
| 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 "gen-changelog.sh" |
| 11 ], | 12 ], |
| 12 "authors": [ | 13 "authors": [ |
| 13 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" | 14 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" |
| 14 ], | 15 ], |
| 15 "repository": { | 16 "repository": { |
| 16 "type": "git", | 17 "type": "git", |
| 17 "url": "https://github.com/Polymer/polymer.git" | 18 "url": "https://github.com/Polymer/polymer.git" |
| 18 }, | 19 }, |
| 19 "dependencies": { | 20 "dependencies": { |
| 20 "webcomponentsjs": "^0.7.2" | 21 "webcomponentsjs": "^0.7.18" |
| 21 }, | 22 }, |
| 22 "devDependencies": { | 23 "devDependencies": { |
| 23 "web-component-tester": "*" | 24 "web-component-tester": "*" |
| 24 }, | 25 }, |
| 25 "private": true, | 26 "private": true, |
| 26 "homepage": "https://github.com/polymer/polymer", | 27 "homepage": "https://github.com/Polymer/polymer", |
| 27 "_release": "1.0.4", | 28 "_release": "1.2.3", |
| 28 "_resolution": { | 29 "_resolution": { |
| 29 "type": "version", | 30 "type": "version", |
| 30 "tag": "v1.0.4", | 31 "tag": "v1.2.3", |
| 31 "commit": "cdabb91ad8ddf9bbefa308a25c5633d768501e7d" | 32 "commit": "aa535d1675342007cbf64dc9c66497cf74cbc616" |
| 32 }, | 33 }, |
| 33 "_source": "git://github.com/polymer/polymer.git", | 34 "_source": "git://github.com/Polymer/polymer.git", |
| 34 "_target": "^1.0.0", | 35 "_target": "^1.0.0", |
| 35 "_originalSource": "polymer/polymer" | 36 "_originalSource": "Polymer/polymer" |
| 36 } | 37 } |
| OLD | NEW |