-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 831 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 831 Bytes
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
{
"name": "qboard",
"private": true,
"scripts": {
"start": "meteor --allow-incompatible-update --settings settings_key_dev.json",
"chimp-watch": "chimp --ddp=http://localhost:3000 --watch --mocha --path=tests",
"chimp-test": "chimp --mocha --path=tests"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.44",
"@google-cloud/storage": "^2.0.3",
"@google-cloud/translate": "^2.1.2",
"babel-runtime": "^6.26.0",
"bcrypt": "^0.8.7",
"bourbon": "~4.3.4",
"compromise": "^11.6.0",
"elasticlunr": "^0.9.5",
"flag-icon-css": "^3.0.0",
"hawk": "^7.0.7",
"jquery": "^3.2.1",
"meteor-node-stubs": "~0.2.0",
"normalize-strings": "^1.1.0",
"request": "^2.81.0",
"settings.json": "^0.2.0",
"twilio": "^3.19.2"
},
"engines": {
"node": "6.11.1"
}
}