-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 866 Bytes
/
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
{
"name": "graphqlv.1",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel-watch server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/slgauravsharma/graphql-v.1.git"
},
"author": "Gaurav Sharma",
"license": "ISC",
"bugs": {
"url": "https://github.com/slgauravsharma/graphql-v.1/issues"
},
"homepage": "https://github.com/slgauravsharma/graphql-v.1#readme",
"dependencies": {
"apollo-server-express": "^1.3.6",
"babel-watch": "^2.0.7",
"body-parser": "^1.18.3",
"express": "^4.16.3",
"graphql": "^0.13.2",
"graphql-tools": "^3.0.2",
"mongoose": "^5.1.6",
"node-uuid": "^1.4.8"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0"
}
}