| OLD | NEW |
| (Empty) | |
| 1 { |
| 2 "name": "@webcomponents/shadycss", |
| 3 "version": "1.0.1", |
| 4 "description": "Styling helpers for ShadyDOM", |
| 5 "main": "shadycss.min.js", |
| 6 "directories": { |
| 7 "test": "tests" |
| 8 }, |
| 9 "repository": { |
| 10 "type": "git", |
| 11 "url": "https://github.com/webcomponents/shadycss.git" |
| 12 }, |
| 13 "author": "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)
", |
| 14 "license": "BSD-3-Clause", |
| 15 "keywords": [ |
| 16 "shady-css", |
| 17 "shadycss", |
| 18 "shadow-css", |
| 19 "shadowcss", |
| 20 "web-components", |
| 21 "webcomponents", |
| 22 "polyfill", |
| 23 "shim" |
| 24 ], |
| 25 "bugs": { |
| 26 "url": "https://github.com/webcomponents/shadycss/issues" |
| 27 }, |
| 28 "scripts": { |
| 29 "build": "gulp", |
| 30 "lint": "eslint src test entrypoints", |
| 31 "test": "npm run lint && gulp test-modules && wct" |
| 32 }, |
| 33 "homepage": "https://webcomponents.org/polyfills", |
| 34 "devDependencies": { |
| 35 "@webcomponents/custom-elements": "^1.0.0", |
| 36 "@webcomponents/html-imports": "^1.0.0", |
| 37 "@webcomponents/shadydom": "^1.0.0", |
| 38 "@webcomponents/template": "^1.0.0", |
| 39 "@webcomponents/webcomponents-platform": "^1.0.0", |
| 40 "del": "^2.2.2", |
| 41 "es6-promise": "^4.1.0", |
| 42 "eslint": "^3.4.0", |
| 43 "eslint-plugin-html": "^2.0.0", |
| 44 "google-closure-compiler": "^20170423.0.0", |
| 45 "gulp": "^3.8.8", |
| 46 "gulp-rename": "^1.2.2", |
| 47 "gulp-size": "^2.1.0", |
| 48 "gulp-sourcemaps": "^2.4.0", |
| 49 "rollup-stream": "^1.14.0", |
| 50 "run-sequence": "^1.2.2", |
| 51 "vinyl-buffer": "^1.0.0", |
| 52 "vinyl-source-stream": "^1.1.0", |
| 53 "web-component-tester": "^6.0.0" |
| 54 }, |
| 55 "publishConfig": { |
| 56 "access": "public" |
| 57 } |
| 58 } |
| OLD | NEW |