| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "shadycss", |
| 3 "main": "scoping-shim.min.js", |
| 4 "description": "Styling helpers for ShadyDOM", |
| 5 "authors": [ |
| 6 "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)" |
| 7 ], |
| 8 "license": "BSD-3-Clause", |
| 9 "keywords": [ |
| 10 "shady-css", |
| 11 "shadycss", |
| 12 "shadow-css", |
| 13 "shadowcss", |
| 14 "web-components", |
| 15 "webcomponents", |
| 16 "polyfill", |
| 17 "shim" |
| 18 ], |
| 19 "homepage": "https://webcomponents.org/polyfills", |
| 20 "ignore": [ |
| 21 "**/.*", |
| 22 "node_modules", |
| 23 "bower_components", |
| 24 "test", |
| 25 "tests" |
| 26 ], |
| 27 "devDependencies": { |
| 28 "web-component-tester": "^6", |
| 29 "es6-promise": "stefanpenner/es6-promise#^4.0.0", |
| 30 "template": "webcomponents/template#^1.0.0", |
| 31 "html-imports": "webcomponents/html-imports#^1.0.0", |
| 32 "custom-elements": "webcomponents/custom-elements#^1.0.0", |
| 33 "shadydom": "webcomponents/shadydom#^1.0.0", |
| 34 "webcomponents-platform": "webcomponents/webcomponents-platform#^1.0.0" |
| 35 } |
| 36 } |
| OLD | NEW |