-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
52 lines (52 loc) · 1.27 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
{
"name": "",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "scripts/test",
"production-test": "scripts/production-test",
"dev": "scripts/dev",
"up": "scripts/up",
"down": "scripts/down",
"lint": "scripts/lint",
"production-lint": "scripts/production-lint",
"start": "scripts/production-start"
},
"author": "",
"license": "MIT",
"dependencies": {
"@databraid/env-util": "1.1.2",
"body-parser": "1.17.2",
"cors": "2.8.4",
"dotenv": "4.0.0",
"ejs": "2.5.7",
"es6-promise": "4.1.1",
"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.2",
"graphql": "0.10.5",
"graphql-tools": "1.1.0",
"isomorphic-fetch": "2.2.1",
"method-override": "2.3.5",
"morgan": "1.8.2",
"nock": "9.0.14",
"node-fetch": "1.7.1",
"nodemon": "1.11.0",
"passport": "0.3.2",
"passport-github2": "0.1.10",
"whatwg-fetch": "2.0.3"
},
"devDependencies": {
"babel-register": "6.24.1",
"chai": "4.1.0",
"mocha": "3.4.2",
"nock": "9.0.14",
"sinon": "2.4.1",
"sinon-chai": "2.12.0"
}
}