-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 2.2 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "waivecar",
"private": true,
"scripts": {
"prepublish": "npm prune",
"test": "DEBUG=api:* NODE_ENV=test node tests.js",
"test-cov": "DEBUG=api:* NODE_ENV=test node node_modules/istanbul/lib/cli.js cover --hook-run-in-context tests.js",
"test-travis": "mkdir -p ./coverage; (DEBUG=api:* NODE_ENV=test node node_modules/istanbul/lib/cli.js cover --hook-run-in-context tests.js; echo $? > retval) | tee coverage/coverage.txt; egrep '^0$' retval",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage",
"local": "DEBUG=api:* NODE_ENV=local nodemon run.js",
"socket": "DEBUG=socket:* NODE_ENV=local node socket",
"start": " DEBUG=api:* node run.js",
"lint": "eslint ./",
"prepaid": "node scripts/prepaid.js"
},
"pre-commit": [
"lint"
],
"dependencies": {
"babel-eslint": "4.1.1",
"bcryptjs": "2.3.0",
"bentojs-api": "https://github.com/WaiveCar/bentojs-api",
"bentojs-config": "https://github.com/WaiveCar/bentojs-config",
"bentojs-socket": "https://github.com/WaiveCar/bentojs-socket",
"co": "4.6.0",
"co-busboy": "1.3.1",
"co-fs": "1.2.0",
"co-glob": "0.0.2",
"co-parallel": "1.0.0",
"co-redis": "1.2.1",
"co-request": "1.0.0",
"csv-write-stream": "^1.0.0",
"email-templates": "2.0.1",
"eslint": "1.3.1",
"fcm-node": "^1.5.2",
"geolib": "2.0.18",
"handlebars": "4.0.4",
"int-encoder": "^1.1.1",
"intercom-client": "^2.11.0",
"knox": "0.9.2",
"koa-cors": "0.0.16",
"kue": "0.9.3",
"lodash": "3.10.1",
"mailchimp-api": "2.0.7",
"md5": "^2.2.1",
"mimetype": "0.0.7",
"moment": "^2.18.1",
"moment-timezone": "^0.5.23",
"mysql": "2.9.0",
"node-fs": "0.1.7",
"nodemailer": "1.8.0",
"nodemailer-mailgun-transport": "^1.4.0",
"nodemailer-mandrill-transport": "0.3.0",
"pluralize": "1.2.1",
"point-in-polygon": "^1.0.0",
"redis": "0.12.1",
"request": "2.64.0",
"sequelize": "^3.33.0",
"sequelize-cli": "^2.8.0",
"shortid": "2.2.2",
"stripe": "4.0.0",
"through2": "2.0.0",
"twilio": "2.5.2",
"url": "^0.11.0",
"uuid": "^2.0.3"
},
"devDependencies": {}
}