-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 739 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 739 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
{
"name": "table_test",
"version": "1.0.0",
"description": "",
"main": "bin/index.js",
"scripts": {
"test_jjcc": "node bin/startup.js --conf src/jjcc/config.js",
"test_dev": "nightwatch --config bin/nightwatch.conf.js",
"nightwatch": "nightwatch --config bin/nightwatch.conf.js --reporter bin/reporter/html-reporter.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"bluebird": "^3.5.1",
"chromedriver": "^2.41.0",
"colors": "^1.3.1",
"env2": "^2.2.2",
"lodash": "^4.17.10",
"minimist": "^1.2.0",
"nightwatch": "^0.9.21",
"nightwatch-html-reporter": "^2.0.5",
"node-cmd": "^3.0.0",
"rimraf": "^2.6.2",
"selenium-server": "^3.14.0"
}
}