-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
51 lines (51 loc) · 1.22 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
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "scripts/test",
"dev": "scripts/dev",
"up": "scripts/up",
"down": "scripts/down",
"rollback": "scripts/rollback",
"latest": "scripts/latest",
"seed": "scripts/seed",
"lint": "scripts/lint",
"production-test": "scripts/production-test",
"production-lint": "scripts/production-lint",
"start": "scripts/production-start"
},
"author": "",
"license": "MIT",
"dependencies": {
"@databraid/env-util": "1.1.3",
"@google-cloud/language": "0.11.0",
"body-parser": "1.17.2",
"cors": "2.8.4",
"dotenv": "4.0.0",
"eslint": "4.3.0",
"eslint-config-airbnb-base": "11.3.1",
"eslint-plugin-import": "2.7.0",
"express": "4.15.3",
"grpc": "1.4.1",
"humps": "2.0.1",
"knex": "0.13.0",
"morgan": "1.8.2",
"nodemon": "1.11.0",
"pg": "6.4.0",
"protobufjs": "6.8.0",
"request": "2.81.0",
"request-promise": "4.2.1",
"socket.io": "2.0.3"
},
"devDependencies": {
"@slack/events-api": "1.0.1",
"chai": "4.1.0",
"mocha": "3.4.2",
"nock": "9.0.14",
"proxyquire": "1.8.0",
"sinon": "3.2.1",
"supertest": "3.0.0"
}
}