-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 940 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
{
"name": "scotheartApp",
"private": true,
"scripts": {
"start": "meteor run --port 3000 --settings settings.json",
"test": "chimp --ddp=http://localhost:3000 --mocha --path=tests || exit 0",
"test-watch": "chimp --ddp=http://localhost:3000 --mocha --watch --path=tests || exit 0",
"practical": "meteor test --port=8080 --driver-package=practicalmeteor:mocha"
},
"dependencies": {
"babel-runtime": "6.18.0",
"bcrypt": "^1.0.2",
"chimp": "^0.47.1",
"country-select-js": "^1.0.8",
"d3": "^4.10.0",
"d3-selection-multi": "^1.0.1",
"meteor-node-stubs": "~0.2.0"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.15.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-import-resolver-meteor": "^0.3.4",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-meteor": "^4.0.1",
"eslint-plugin-react": "^6.10.0"
}
}