-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
31 lines (31 loc) · 1.14 KB
/
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": "nci-webtools-dccps-seer-test",
"version": "1.0.0",
"description": "Environment for testing nci-webtools-dccps-seer test",
"main": "index.js",
"scripts": {
"build:image": "cd docker && docker build -t cbiitss/jpsurv:dev .",
"start:dev": "echo \"Go to: http://localhost:9000/jpsurv\" && docker run --rm -it -p 9000:8000 -v \"$PWD/jpsurv\":/deploy/jpsurv cbiitss/jpsurv:dev",
"start:msdev": "echo \"Go to: http://localhost:9000/jpsurv\" && docker run --rm -it -p 9000:8000 -v \"%CD%\\jpsurv\":/deploy/jpsurv cbiitss/jpsurv:dev",
"test": "mocha test/end-to-end/scripts/ --reporter xunit --reporter-options output=test/end-to-end/scripts/e2e_results.xml"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CBIIT/nci-webtools-dccps-seer.git"
},
"keywords": [
"jpsurv",
"dccps",
"seer"
],
"author": "Charles Stockman",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/CBIIT/nci-webtools-dccps-seer/issues"
},
"homepage": "https://github.com/CBIIT/nci-webtools-dccps-seer#readme",
"devDependencies": {
"mocha": "^5.2.0",
"selenium-webdriver": "^3.6.0"
}
}