-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
{
"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-lint": "scripts/production-lint",
"production-test": "scripts/production-test",
"start": "scripts/production-start"
},
"author": "",
"license": "MIT",
"dependencies": {
"@databraid/env-util": "1.1.3",
"body-parser": "1.17.2",
"cookie-parser": "1.4.3",
"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",
"express-partials": "0.3.0",
"express-session": "1.15.5",
"graphql": "0.10.5",
"isomorphic-fetch": "2.2.1",
"node-fetch": "1.7.3",
"morgan": "1.8.2",
"nodemon": "1.11.0",
"passport": "0.3.2",
"passport-google-oauth20": "1.0.0",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"chai": "4.1.0",
"mocha": "3.4.2",
"nock": "9.0.14",
"sinon": "3.2.1",
"sinon-chai": "2.13.0"
}
}