Files
polymer/bower.json
2017-02-01 18:36:15 -08:00

37 lines
773 B
JSON

{
"name": "polymer",
"version": "2.0.0-preview",
"main": [
"polymer.html",
"polymer-mini.html",
"polymer-micro.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": {
"webcomponentsjs": "#integration"
},
"devDependencies": {
"web-component-tester": "*",
"test-fixture": "PolymerElements/test-fixture#safari9-constructor"
},
"private": true,
"resolutions": {
"test-fixture": "#safari9-constructor"
}
}