forked from webcomponents/webcomponents.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 667 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 667 Bytes
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
{
"name": "client",
"scripts": {
"build": "gulp build",
"install": "bower install",
"postinstall": "bash portIronDocViewer.sh",
"test": "node_modules/web-component-tester/bin/wct --skip-plugin sauce",
"test-sauce": "node_modules/web-component-tester/bin/wct"
},
"dependencies": {
"codemirror": "^5.20.0",
"web-component-tester": "^5.0.1"
},
"devDependencies": {
"css-slam": "^1.2.1",
"del": "^2.2.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-html-minifier": "^0.1.8",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^3.1.0",
"gulp-uglify": "^2.1.2",
"merge-stream": "^1.0.1",
"polymer-build": "^1.1.0"
}
}