mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 08:51:22 +00:00
32 lines
880 B
JSON
32 lines
880 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#master",
|
|
"es6-promise": "stefanpenner/es6-promise#^4.0.0",
|
|
"html-imports": "webcomponents/html-imports#v0",
|
|
"shadydom": "webcomponents/shadydom#master",
|
|
"shadycss": "webcomponents/shadycss#master",
|
|
"template": "webcomponents/template#master",
|
|
"URL": "webcomponents/URL#master",
|
|
"webcomponents-platform": "webcomponents/webcomponents-platform#master"
|
|
},
|
|
"license": "BSD",
|
|
"ignore": [],
|
|
"devDependencies": {
|
|
"web-component-tester": "^4.0.1"
|
|
}
|
|
}
|