-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.06 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
37
38
39
40
41
42
43
{
"name": "enchanted-mango",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "_mocha --recursive Test/",
"cover": "istanbul cover _mocha -- --recursive",
"coveralls": "npm run cover && cat ./coverage/lcov.info | coveralls",
"json:server": "json-server --watch db.json",
"dev": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vreddi/Enchanted-Mango.git"
},
"keywords": [
"dota"
],
"author": "Vishrut Reddi",
"license": "ISC",
"bugs": {
"url": "https://github.com/vreddi/Enchanted-Mango/issues"
},
"homepage": "https://github.com/vreddi/Enchanted-Mango#readme",
"dependencies": {
"axios": "^0.17.0",
"body-parser": "^1.17.2",
"chai": "^4.1.2",
"dotenv": "^4.0.0",
"express": "^4.15.3",
"express-graphql": "^0.6.11",
"graphql": "^0.11.2",
"json-server": "^0.12.0",
"lodash": "^4.17.4",
"mongoose": "^4.11.1",
"nodemon": "^1.11.0"
},
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^4.0.0"
}
}