-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "gdg-api",
"version": "1.0.0",
"description": "api which helps to GDGs",
"main": "server.js",
"scripts": {
"main": "./node_modules/.bin/forever -m 5 server.js",
"test": "mocha --require=env-test --recursive test --reporter tap --timeout 50000ms"
},
"engines": {
"node": "4.1.x"
},
"keywords": [
"gdg"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/gdgistanbul/gdg-api"
},
"bugs": {
"url": "https://github.com/gdgistanbul/gdg-api/issues"
},
"homepage": "https://github.com/gdgistanbul/gdg-api#readme",
"dependencies": {
"async": "^1.4.2",
"body-parser": "^1.14.1",
"compression": "^1.6.0",
"config": "^1.16.0",
"cron": "^1.0.9",
"express": "^4.13.3",
"mongoose": "^4.1.10",
"mongoose-schema-extend": "^0.1.7",
"morgan": "^1.6.1",
"node-uuid": "^1.4.3",
"request": "^2.64.0",
"response-time": "^2.3.1",
"shortid": "^2.2.2",
"underscore": "^1.8.3",
"winston": "^1.0.2"
}
}