-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 812 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 812 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
31
32
{
"name": "graphql-todo-api",
"version": "1.0.0",
"main": "server.js",
"author": "Noor ul haq",
"scripts": {
"start": "nodemon server.js"
},
"dependencies": {
"apollo-server-express": "^1.0.5",
"body-parser": "^1.17.2",
"casual": "^1.5.14",
"crypto-js": "^3.1.9-1",
"easy-pbkdf2": "^0.1.2",
"express": "^4.15.3",
"express-jwt": "^5.3.0",
"graphql": "^0.10.5",
"graphql-tools": "^1.1.0",
"helmet": "^3.8.1",
"jsonwebtoken": "^7.4.2",
"sequelize": "^4.4.2",
"sqlite3": "^4.0.4",
"winston": "^2.3.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-node6": "^11.0.0",
"babel-preset-stage-2": "^6.24.1"
}
}