forked from p12tic/buildbot
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 928 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 928 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
{
"name": "codeparameter",
"private": true,
"main": "buildbot_codeparameter/static/scripts.js",
"scripts": {
"build": "rimraf buildbot_codeparameter/static && webpack --bail --progress --profile --env prod",
"build-dev": "rimraf buildbot_codeparameter/static && webpack --bail --progress --profile --env dev",
"dev": "webpack --bail --progress --profile --watch --env dev",
"test": "karma start",
"test-watch": "karma start --auto-watch --no-single-run"
},
"devDependencies": {
"angular-mocks": "^1.7.9",
"buildbot-build-common": "link:../build_common",
"lodash": "^4.18.1",
"rimraf": "^2.6.3",
"style-loader": "^0.23.1"
},
"dependencies": {
"ace-builds": "^1.4.4",
"angular": "^1.8.0",
"angular-ui-ace": "^0.2.3",
"angular-ui-bootstrap": "^2.5.6",
"jquery": "^4.0.0"
}
}