-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 936 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
34
{
"name": "EIDR-Connect",
"private": true,
"scripts": {
"start": "meteor -p 13000 --settings settings-dev.json",
"start-test-server": "bash start-test-server.sh",
"stop-test-server": "bash stop-test-server.sh",
"chimp-test": "bash run-tests.sh --tags=$TAGS",
"chimp-watch": "bash run-tests.sh --watch=true"
},
"devDependencies": {
"chimp": "^0.41.2",
"coffee-script": "^1.6.3",
"mongodb-prebuilt": "^5.0.7"
},
"dependencies": {
"babel-runtime": "^6.23.0",
"bcrypt": "^0.8.7",
"cheerio": "^1.0.0-rc.3",
"d3": "^4.3.0",
"hammerjs": "^2.0.8",
"incident-resolution": "1.0.0",
"javascript-lp-solver": "^0.4.3",
"keymaster": "^1.6.2",
"meteor-node-stubs": "^0.2.6",
"moment": "^2.19.2",
"nouislider": "^10.0.0",
"pluralize": "^3.0.0",
"rupture": "^0.6.1",
"sqlite3": "^3.1.13",
"tiny-worker": "^2.1.2",
"underscore": "^1.8.3"
}
}