mirror of
https://github.com/jlengrand/web-components-workshop-deprecated.git
synced 2026-03-10 08:51:23 +00:00
26 lines
701 B
JSON
26 lines
701 B
JSON
{
|
|
"name": "custom-elements",
|
|
"main": "custom-elements.min.js",
|
|
"homepage": "http://webcomponents.org",
|
|
"authors": [
|
|
"The Polymer Authors"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/webcomponents/custom-elements.git"
|
|
},
|
|
"keywords": [
|
|
"webcomponents"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"ignore": [],
|
|
"devDependencies": {
|
|
"web-component-tester": "^6.0.0",
|
|
"webcomponents-platform": "webcomponents/webcomponents-platform#^1.0.0",
|
|
"es6-promise": "stefanpenner/es6-promise#^4.0.0",
|
|
"html-imports": "webcomponents/html-imports#^1.0.0",
|
|
"template": "webcomponents/template#^1.2.0",
|
|
"shadydom": "webcomponents/shadydom#^1.0.6"
|
|
}
|
|
}
|