Files
webcomponentsjs/bower.json
Steven Orvell 6a54349f52 update builds!
2017-02-01 18:34:01 -08:00

35 lines
984 B
JSON

{
"name": "webcomponentsjs",
"main": "webcomponents.js",
"version": "0.7.22",
"homepage": "http://webcomponents.org",
"authors": [
"The Polymer Authors"
],
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/webcomponentsjs.git"
},
"keywords": [
"webcomponents"
],
"dependencies": {
"custom-elements": "webcomponents/custom-elements#remove-mo",
"es6-promise": "stefanpenner/es6-promise#^4.0.0",
"html-imports": "webcomponents/html-imports#master",
"shadydom": "webcomponents/shadydom#prototype-importNode",
"shadycss": "webcomponents/shadycss#polyfill-integration",
"template": "webcomponents/template#patch-prototypes",
"URL": "webcomponents/URL#master",
"webcomponents-platform": "webcomponents/webcomponents-platform#master"
},
"license": "BSD",
"ignore": [],
"devDependencies": {
"web-component-tester": "^4.0.1"
},
"resolutions": {
"custom-elements": "remove-mo"
}
}