-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 1016 Bytes
/
package.json
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
{
"name": "nodeclub-function-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"register": "./node_modules/.bin/cucumber.js.cmd -t @register",
"login": "./node_modules/.bin/cucumber.js.cmd -t @forget1",
"topic": "./node_modules/.bin/cucumber.js.cmd -t @topic",
"reply": "./node_modules/.bin/cucumber.js.cmd -t @reply",
"delete": "./node_modules/.bin/cucumber.js.cmd -t @delete1",
"setpass": "./node_modules/.bin/cucumber.js.cmd -t @setpass",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wsdxl/nodeclub-function-test.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wsdxl/nodeclub-function-test/issues"
},
"homepage": "https://github.com/wsdxl/nodeclub-function-test#readme",
"dependencies": {
"chromedriver": "^2.33.2",
"cucumber": "^3.1.0",
"mongodb": "^2.2.33",
"selenium-webdriver": "^3.6.0"
}
}