forked from webcomponents/shadydom
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
50 lines (50 loc) · 1.2 KB
/
package.json
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
49
50
{
"name": "cloudydom",
"version": "1.0.7",
"description": "cloudydom is a ShadowDOM polyfill",
"main": "cloudydom.min.js",
"keywords": [
"cloudydom",
"cloudydom",
"shadow-dom",
"shadowdom",
"web-components",
"webcomponents",
"polyfill",
"shim"
],
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/skatejs/cloudydom.git"
},
"author": "The Polymer Authors, Matthew Phillips",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/skatejs/cloudydom/issues"
},
"scripts": {
"test": "wct"
},
"homepage": "https://webcomponents.org/polyfills",
"devDependencies": {
"@webcomponents/custom-elements": "^1.0.0",
"@webcomponents/shadycss": "^1.0.0",
"@webcomponents/template": "^1.0.0",
"@webcomponents/webcomponents-platform": "^1.0.0",
"eslint": "^3.4.0",
"eslint-plugin-html": "^2.0.0",
"google-closure-compiler": "^20170409.0.0",
"gulp": "^3.8.8",
"gulp-rename": "^1.2.2",
"gulp-rollup": "^2.5.1",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.1",
"web-component-tester": "^6.0.0"
},
"publishConfig": {
"access": "public"
}
}