UNPKG

1.23 kBJSONView Raw
1{
2 "name": "@webcomponents/custom-elements",
3 "version": "1.0.7",
4 "description": "HTML Custom Elements Polyfill",
5 "main": "custom-elements.min.js",
6 "keywords": [
7 "custom-elements",
8 "customelements",
9 "web-components",
10 "webcomponents",
11 "polyfill",
12 "shim"
13 ],
14 "directories": {
15 "test": "tests"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/webcomponents/custom-elements.git"
20 },
21 "author": "The Polymer Authors",
22 "license": "BSD-3-Clause",
23 "bugs": {
24 "url": "https://github.com/webcomponents/custom-elements/issues"
25 },
26 "scripts": {
27 "bower-install": "$(npm bin)/bower install",
28 "build": "gulp",
29 "test": "wct"
30 },
31 "homepage": "https://webcomponents.org/polyfills",
32 "devDependencies": {
33 "@webcomponents/html-imports": "^1.0.0",
34 "@webcomponents/template": "^1.0.0",
35 "@webcomponents/webcomponents-platform": "^1.0.0",
36 "bower": "^1.8.0",
37 "es6-promise": "^4.1.0",
38 "google-closure-compiler": "^20170409.0.0",
39 "gulp": "^3.8.8",
40 "gulp-sourcemaps": "^1.6.0",
41 "rollup-stream": "^1.14.0",
42 "vinyl-source-stream": "^1.1.0",
43 "web-component-tester": "^6.0.0"
44 },
45 "publishConfig": {
46 "access": "public"
47 }
48}