-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.15 KB
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
{
"name": "Metro",
"version": "1.0.0",
"main": "server.js",
"dependencies": {
"apollo-errors": "^1.5.1",
"apollo-link-ws": "^1.0.5",
"apollo-resolvers": "^1.0.3",
"apollo-server-express": "^1.3.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.2",
"casual": "^1.5.19",
"cors": "^2.8.4",
"express": "^4.16.2",
"graphql": "^0.11.7",
"graphql-subscriptions": "^0.5.7",
"graphql-tools": "^2.13.0",
"http": "0.0.0",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.4",
"moment": "^2.22.1",
"moment-timezone": "^0.5.21",
"mongoose": "^4.13.2",
"node-fetch": "^1.7.3",
"pg": "^7.4.3",
"rethinkdb": "^2.3.3",
"rethinkdbdash": "^2.3.31",
"sequelize": "^4.28.2",
"sqlite": "^2.9.0",
"subscriptions-transport-ws": "^0.9.5",
"uuid": "^3.2.1"
},
"apps": [
{
"name": "metro",
"script": "node",
"args": "./src/index.js"
}
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-3": "^6.24.1",
"nodemon": "^1.12.1"
},
"scripts": {
"start": "nodemon ./src/index.js"
},
"author": ""
}