UNPKG

936 BJSONView Raw
1{
2 "name": "custom-elements",
3 "description": "Custom Elements polyfill",
4 "main": "custom-elements.min.js",
5 "authors": [
6 "The Polymer Authors"
7 ],
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/webcomponents/custom-elements.git"
11 },
12 "license": "BSD-3-Clause",
13 "keywords": [
14 "custom-elements",
15 "customelements",
16 "web-components",
17 "webcomponents",
18 "polyfill",
19 "shim"
20 ],
21 "homepage": "https://webcomponents.org/polyfills",
22 "ignore": [
23 "**/.*",
24 "node_modules",
25 "bower_components",
26 "test",
27 "tests"
28 ],
29 "devDependencies": {
30 "web-component-tester": "^6.0.0",
31 "webcomponents-platform": "webcomponents/webcomponents-platform#^1.0.0",
32 "es6-promise": "stefanpenner/es6-promise#^4.0.0",
33 "html-imports": "webcomponents/html-imports#^1.0.0",
34 "template": "webcomponents/template#^1.2.0",
35 "shadydom": "webcomponents/shadydom#^1.0.6"
36 }
37}