| Index: appengine/config_service/ui/bower_components/polymer/bower.json
|
| diff --git a/appengine/config_service/ui/bower_components/polymer/bower.json b/appengine/config_service/ui/bower_components/polymer/bower.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..ed93844022d668f1c4f3d9c2274b83b2e93f683d
|
| --- /dev/null
|
| +++ b/appengine/config_service/ui/bower_components/polymer/bower.json
|
| @@ -0,0 +1,34 @@
|
| +{
|
| + "name": "polymer",
|
| + "main": [
|
| + "polymer.html"
|
| + ],
|
| + "license": "http://polymer.github.io/LICENSE.txt",
|
| + "ignore": [
|
| + "/.*",
|
| + "/test/",
|
| + "/util/",
|
| + "gulpfile.js",
|
| + "CONTRIBUTING.md",
|
| + "CHANGELOG.md"
|
| + ],
|
| + "authors": [
|
| + "The Polymer Authors (http://polymer.github.io/AUTHORS.txt)"
|
| + ],
|
| + "repository": {
|
| + "type": "git",
|
| + "url": "https://github.com/Polymer/polymer.git"
|
| + },
|
| + "dependencies": {
|
| + "shadycss": "webcomponents/shadycss#^v1.0.0",
|
| + "webcomponentsjs": "^v1.0.0"
|
| + },
|
| + "devDependencies": {
|
| + "web-component-tester": "^v6.0.0-prerelease.10",
|
| + "test-fixture": "PolymerElements/test-fixture#3.0.0-rc.1"
|
| + },
|
| + "private": true,
|
| + "resolutions": {
|
| + "test-fixture": "3.0.0-rc.1"
|
| + }
|
| +}
|
|
|