-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 980 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
32
33
{
"name": "jump-jump",
"version": "1.0.0",
"description": "App for jumping",
"main": "./src/index.js",
"scripts": {
"start": "webpack --watch --mode=development",
"local": "cross-env CONFIG_FILE=local ./node_modules/cucumber/bin/cucumber.js test/features/single.feature",
"parallel": "cross-env CONFIG_FILE=parallel ./test/scripts/cucumber-runner.js test/features/single.feature"
},
"repository": {
"type": "git",
"url": "git+https://github.com/srajiang/jumpjump.git"
},
"author": "Sarah Jiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/srajiang/jumpjump/issues"
},
"homepage": "https://github.com/srajiang/jumpjump#readme",
"dependencies": {
"browserstack-local": "^1.4.5",
"cross-env": "^7.0.2",
"three": "^0.112.1",
"webpack": "^4.42.1"
},
"devDependencies": {
"cucumber": "^1.3.3",
"cucumber-assert": "^1.0.4",
"selenium-webdriver": "^3.6.0",
"webpack-cli": "^3.3.11"
}
}