| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "webcomponentsjs", |
| 3 "description": "Web components polyfill", |
| 4 "main": "webcomponents.js", |
| 5 "homepage": "http://webcomponents.org", |
| 6 "authors": [ |
| 7 "The Polymer Authors" |
| 8 ], |
| 9 "repository": { |
| 10 "type": "git", |
| 11 "url": "https://github.com/webcomponents/webcomponentsjs.git" |
| 12 }, |
| 13 "keywords": [ |
| 14 "webcomponents", |
| 15 "web-components", |
| 16 "polyfill", |
| 17 "shim" |
| 18 ], |
| 19 "license": "BSD-3-Clause", |
| 20 "ignore": [], |
| 21 "devDependencies": { |
| 22 "web-component-tester": "^v6.0.0-prerelease.10", |
| 23 "custom-elements": "webcomponents/custom-elements#^v1.0.0", |
| 24 "es6-promise": "stefanpenner/es6-promise#^4.0.0", |
| 25 "html-imports": "webcomponents/html-imports#^v1.0.0", |
| 26 "shadydom": "webcomponents/shadydom#^v1.0.0", |
| 27 "shadycss": "webcomponents/shadycss#^v1.0.0", |
| 28 "template": "webcomponents/template#^v1.0.0", |
| 29 "webcomponents-platform": "webcomponents/webcomponents-platform#^v1.0.0" |
| 30 } |
| 31 } |
| OLD | NEW |