forked from webcomponents/webcomponentsjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.47 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
51
52
53
54
55
56
{
"name": "@webcomponents/webcomponentsjs",
"version": "1.1.0",
"description": "Web Components Polyfills",
"main": "webcomponents-lite.js",
"directories": {
"test": "tests"
},
"keywords": [
"webcomponents",
"web-components",
"polyfill",
"shim"
],
"repository": {
"type": "git",
"url": "https://github.com/webcomponents/webcomponentsjs.git"
},
"author": "The Polymer Authors",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/webcomponents/webcomponentsjs/issues"
},
"scripts": {
"build": "gulp",
"test": "wct"
},
"homepage": "https://webcomponents.org/polyfills",
"devDependencies": {
"@webcomponents/custom-elements": "^1.0.8",
"@webcomponents/html-imports": "^1.1.1",
"@webcomponents/shadycss": "^1.1.1",
"@webcomponents/shadydom": "^1.0.12",
"@webcomponents/template": "^1.2.2",
"@webcomponents/webcomponents-platform": "^1.0.0",
"babel-preset-minify": "^0.2.0",
"del": "^3.0.0",
"es6-promise": "4.1.x",
"eslint": "^4.16.0",
"google-closure-compiler": "^20171203.0.0",
"gulp": "^3.8.8",
"gulp-add-src": "^0.2.0",
"gulp-header": "^1.8.9",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.6.4",
"rollup-plugin-babel": "^2.7.1",
"rollup-stream": "=1.23",
"run-sequence": "^2.2.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^1.1.2",
"web-component-tester": "^6.5.0"
},
"publishConfig": {
"access": "public"
}
}