-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
40 lines (40 loc) · 953 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
35
36
37
38
39
40
{
"name": "",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "scripts/test",
"dev": "scripts/dev",
"up": "scripts/up",
"down": "scripts/down",
"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.2",
"@google/maps": "0.4.3",
"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",
"express-graphql": "0.6.7",
"graphql": "0.10.5",
"morgan": "1.8.2",
"node-fetch": "1.7.1",
"nodemon": "1.11.0",
"sinon": "3.0.0",
"supertest": "3.0.0"
},
"devDependencies": {
"chai": "4.1.0",
"mocha": "3.4.2"
}
}