-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 1 KB
/
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
35
36
{
"name": "graphql-mongodb-express-node",
"version": "1.0.0",
"description": "An implemetation of Facebook GraphQl on MongoDB Using Express on Nodejs Environment",
"main": "dist/app.js",
"scripts": {
"dev": "nodemon --exec babel-node src/app.js",
"prestart": "babel src --out-dir dist",
"test": "/src/test/test.js",
"start": "node dist/app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rovahrowa/GraphQl-MongongoDB-Express-Nodejs.git"
},
"keywords": [
"longman"
],
"author": "Danstan Otieno Onyango",
"license": "ISC",
"bugs": {
"url": "https://github.com/rovahrowa/GraphQl-MongongoDB-Express-Nodejs/issues"
},
"homepage": "https://github.com/rovahrowa/GraphQl-MongongoDB-Express-Nodejs#readme",
"dependencies": {
"express": "^4.15.2",
"express-graphql": "^0.6.4",
"graphql": "^0.9.6",
"mongodb": "^2.2.26",
"mongoose": "^4.9.8"
},
"devDependencies": {
"babel-core": "^6.24.1",
"node-datetime": "^1.0.0"
}
}