-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.3 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.3 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
{
"name": "node",
"version": "1.0.0",
"description": "Graphql test with tabel",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"migrate": "NODE_PATH=. babel-node migrate.js",
"server": "NODE_PATH=. nodemon --exec babel-node ./app/server.js"
},
"author": "Deepak Gupta (ideepak.jsd@gmail.com)",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-core": "^6.10.4",
"babel-eslint": "^4.1.6",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-preset-stage-0": "^6.5.0",
"eslint": "^1.10.3",
"eslint-plugin-babel": "^3.0.0",
"eslint-plugin-react": "^3.12.0",
"nodemon": "^1.12.5"
},
"dependencies": {
"apollo-server-express": "^1.3.2",
"bcrypt": "^0.8.7",
"bcryptjs": "^2.4.3",
"body-parser": "^1.15.2",
"cors": "^2.7.1",
"crypto": "0.0.3",
"errorhandler": "^1.4.3",
"express": "^4.14.0",
"graphql": "^0.11.7",
"graphql-tools": "^2.19.0",
"is-email": "^1.0.0",
"is-uuid": "^1.0.2",
"lodash": "^4.13.1",
"merge-graphql-schemas": "^1.4.0",
"pg": "^6.0.1",
"rand-token": "^0.2.1",
"request-promise": "^3.0.0",
"shape-errors": "^1.2.0",
"tabel": "^1.6.1"
}
}