| 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 "version": "1.0.1", |
| 37 "_release": "1.0.1", |
| 38 "_resolution": { |
| 39 "type": "version", |
| 40 "tag": "v1.0.1", |
| 41 "commit": "0df5633ab6675cfd067ef2f304b0b3fa3bdb08ca" |
| 42 }, |
| 43 "_source": "https://github.com/webcomponents/shadycss.git", |
| 44 "_target": "^v1.0.0", |
| 45 "_originalSource": "webcomponents/shadycss" |
| 46 } |
| OLD | NEW |