forked from ChromeDevTools/debugger-protocol-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1015 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1015 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
26
27
28
29
30
31
32
{
"name": "debugger-protocol-viewer",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com/chromedevtools/debugger-protocol-viewer.git",
"author": "Google Inc.",
"license": "Apache2",
"private": true,
"devDependencies": {
"css-slam": "^2.0.2",
"del": "^3.0.0",
"eslint": "^4.9.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-html": "^3.2.2",
"gh-pages": "^1.1.0",
"gulp": "gulpjs/gulp#4.0",
"gulp-babel-minify": "^0.2.0",
"gulp-html-minifier": "^0.1.8",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.4.0",
"gulp-json-minify": "^1.2.0",
"merge-stream": "^1.0.1",
"polymer-build": "^2.1.0",
"statikk": "^1.1.0"
},
"scripts": {
"build": "gulp build",
"prep": "bash prep-tot-protocol-files.sh",
"serve": "echo 'Open http://localhost:8000/devtools-protocol/'; statikk --port 8000 .",
"deploy": "gh-pages --dist devtools-protocol --repo git@github.com:ChromeDevTools/devtools-protocol.git --dotfiles"
}
}