| Index: appengine/config_service/ui/bower_components/shadycss/package.json
|
| diff --git a/appengine/config_service/ui/bower_components/shadycss/package.json b/appengine/config_service/ui/bower_components/shadycss/package.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b05af871b7521ea1a68f226ff982520c20abe4f9
|
| --- /dev/null
|
| +++ b/appengine/config_service/ui/bower_components/shadycss/package.json
|
| @@ -0,0 +1,58 @@
|
| +{
|
| + "name": "@webcomponents/shadycss",
|
| + "version": "1.0.1",
|
| + "description": "Styling helpers for ShadyDOM",
|
| + "main": "shadycss.min.js",
|
| + "directories": {
|
| + "test": "tests"
|
| + },
|
| + "repository": {
|
| + "type": "git",
|
| + "url": "https://github.com/webcomponents/shadycss.git"
|
| + },
|
| + "author": "The Polymer Project Authors (https://polymer.github.io/AUTHORS.txt)",
|
| + "license": "BSD-3-Clause",
|
| + "keywords": [
|
| + "shady-css",
|
| + "shadycss",
|
| + "shadow-css",
|
| + "shadowcss",
|
| + "web-components",
|
| + "webcomponents",
|
| + "polyfill",
|
| + "shim"
|
| + ],
|
| + "bugs": {
|
| + "url": "https://github.com/webcomponents/shadycss/issues"
|
| + },
|
| + "scripts": {
|
| + "build": "gulp",
|
| + "lint": "eslint src test entrypoints",
|
| + "test": "npm run lint && gulp test-modules && wct"
|
| + },
|
| + "homepage": "https://webcomponents.org/polyfills",
|
| + "devDependencies": {
|
| + "@webcomponents/custom-elements": "^1.0.0",
|
| + "@webcomponents/html-imports": "^1.0.0",
|
| + "@webcomponents/shadydom": "^1.0.0",
|
| + "@webcomponents/template": "^1.0.0",
|
| + "@webcomponents/webcomponents-platform": "^1.0.0",
|
| + "del": "^2.2.2",
|
| + "es6-promise": "^4.1.0",
|
| + "eslint": "^3.4.0",
|
| + "eslint-plugin-html": "^2.0.0",
|
| + "google-closure-compiler": "^20170423.0.0",
|
| + "gulp": "^3.8.8",
|
| + "gulp-rename": "^1.2.2",
|
| + "gulp-size": "^2.1.0",
|
| + "gulp-sourcemaps": "^2.4.0",
|
| + "rollup-stream": "^1.14.0",
|
| + "run-sequence": "^1.2.2",
|
| + "vinyl-buffer": "^1.0.0",
|
| + "vinyl-source-stream": "^1.1.0",
|
| + "web-component-tester": "^6.0.0"
|
| + },
|
| + "publishConfig": {
|
| + "access": "public"
|
| + }
|
| +}
|
|
|