mirror of
https://github.com/jlengrand/webcomponentsjs.git
synced 2026-03-10 15:53:12 +00:00
27 lines
608 B
JSON
27 lines
608 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",
|
|
"shadydom": "webcomponents/shadydom#master",
|
|
"shadycss": "webcomponents/shadycss#master"
|
|
},
|
|
"license": "BSD",
|
|
"ignore": [],
|
|
"devDependencies": {
|
|
"web-component-tester": "^4.0.1"
|
|
}
|
|
}
|