-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 740 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 740 Bytes
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
{
"name": "ES6Restify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node index.js --exec babel-node",
"start": "nodemon index.js --exec babel-node"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"apollo-server-restify": "^1.3.6",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.26.0",
"dotenv": "^6.0.0",
"express-graphql": "^0.6.12",
"graphql": "^14.0.2",
"jsonwebtoken": "^8.3.0",
"mongoose": "^5.3.0",
"password-hash": "^1.2.2",
"restify": "^7.2.1",
"restify-jwt": "^0.4.0",
"restify-mongoose": "^4.0.0",
"restify-router": "^0.5.0"
}
}