forked from webcomponents/custom-elements
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.2 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "@webcomponents/custom-elements",
"version": "1.0.8",
"description": "HTML Custom Elements Polyfill",
"main": "custom-elements.min.js",
"keywords": [
"custom-elements",
"customelements",
"web-components",
"webcomponents",
"polyfill",
"shim"
],
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/custom-elements.git"
},
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/webcomponents/custom-elements/issues"
},
"scripts": {
"bower-install": "$(npm bin)/bower install",
"build": "gulp",
"test": "wct"
},
"homepage": "https://webcomponents.org/polyfills",
"devDependencies": {
"@webcomponents/html-imports": "^1.0.0",
"@webcomponents/template": "^1.0.0",
"@webcomponents/webcomponents-platform": "^1.0.0",
"bower": "^1.8.0",
"es6-promise": "4.1.1",
"google-closure-compiler": "^20170409.0.0",
"gulp": "^3.8.8",
"gulp-sourcemaps": "^1.6.0",
"rollup-stream": "^1.14.0",
"vinyl-source-stream": "^1.1.0",
"web-component-tester": "^6.0.0"
},
"publishConfig": {
"access": "public"
}
}