| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "polymer", |
| 3 "main": [ |
| 4 "polymer.html" |
| 5 ], |
| 6 "license": "http://polymer.github.io/LICENSE.txt", |
| 7 "ignore": [ |
| 8 "/.*", |
| 9 "/test/", |
| 10 "/util/", |
| 11 "gulpfile.js", |
| 12 "CONTRIBUTING.md", |
| 13 "CHANGELOG.md" |
| 14 ], |
| 15 "authors": [ |
| 16 "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)" |
| 17 ], |
| 18 "repository": { |
| 19 "type": "git", |
| 20 "url": "https://github.com/Polymer/polymer.git" |
| 21 }, |
| 22 "dependencies": { |
| 23 "shadycss": "webcomponents/shadycss#^v1.0.0", |
| 24 "webcomponentsjs": "^v1.0.0" |
| 25 }, |
| 26 "devDependencies": { |
| 27 "web-component-tester": "^v6.0.0-prerelease.10", |
| 28 "test-fixture": "PolymerElements/test-fixture#3.0.0-rc.1" |
| 29 }, |
| 30 "private": true, |
| 31 "resolutions": { |
| 32 "test-fixture": "3.0.0-rc.1" |
| 33 }, |
| 34 "homepage": "https://github.com/Polymer/polymer", |
| 35 "version": "2.0.1", |
| 36 "_release": "2.0.1", |
| 37 "_resolution": { |
| 38 "type": "version", |
| 39 "tag": "v2.0.1", |
| 40 "commit": "d376a64b947ed851b2a1781d2d963ae0688c7de5" |
| 41 }, |
| 42 "_source": "https://github.com/Polymer/polymer.git", |
| 43 "_target": "^2.0.0", |
| 44 "_originalSource": "Polymer/polymer" |
| 45 } |
| OLD | NEW |