-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 845 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 845 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
{
"name": "firephp-for-browser-devtools",
"version": "1.5.7",
"devDependencies": {
"codemirror": "^5.49.0",
"eventemitter2": "^4.1.2",
"insight-for-js": "^0.2.1-pre.3",
"wildfire-for-js": "^0.2.0-pre.1",
"fireconsole.rep.js": "^0.2.0-pre.6",
"pinf-loader-js": "^1.1.0-pre.1",
"bash.origin.lib": "^0.5.0-pre.1",
"domplate": "^0.5.0-pre.3",
"to.pinf.org.mozilla.web-ext": "^0.3.0-pre.7",
"it.pinf.org.mozilla.web-ext": "^0.3.0-pre.1",
"it.pinf.org.browserify": "^0.2.0-pre.0"
},
"scripts": {
"test": "./.prepare.sh; pinf.it ./#!inf.json test",
"dev": "./.prepare.sh; pinf.it ./#!inf.json dev",
"build": "./.prepare.sh; pinf.it ./#!inf.json build; ./.postbuild.sh",
"build-via-docker": "./src/docker/build.sh",
"publish": "./.prepare.sh; pinf.it ./#!inf.json publish"
}
}