-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 786 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "harbormaster",
"private": true,
"scripts": {
"test": "NODE_OPTIONS=--debug=5959 meteor test --port=4000 --once --driver-package dispatch:mocha-phantomjs",
"test:watch": "NODE_OPTIONS=--debug=5959 TEST_WATCH=1 meteor test --port=4000 --driver-package dispatch:mocha-phantomjs",
"start": "meteor run",
"test:e2e": "SELENIUM_BROWSER=phantomjs chimp --mocha --chai --path=.e2e --browser=phantomjs",
"test:e2e:watch": "SELENIUM_BROWSER=phantomjs chimp --ddp=http://localhost:3000 --watch --mocha --chai --path=.e2e --browser=phantomjs"
},
"dependencies": {
"babel-runtime": "^6.18.0",
"bcrypt": "^0.8.7",
"expand-tilde": "^1.2.2",
"faker": "^3.1.0",
"meteor-node-stubs": "^0.2.4",
"ssh2": "^0.5.4",
"uuid": "^2.0.3"
}
}