-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 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
37
38
39
40
41
42
43
44
45
{
"name": "webexapp",
"description": "Web Application Framework Using Express JS",
"version": "0.1.2",
"license": "MIT",
"author": "Partha R <[email protected]>",
"main": "index.js",
"keywords": [
"node",
"express",
"web",
"app",
"webapp",
"framework"
],
"repository": {
"type": "git",
"url": "https://github.com/partharamanujam/webexapp"
},
"dependencies": {
"express": "v4.6.x",
"winston": "v0.7.x",
"express-winston": "v0.2.x",
"winston-express": "v0.1.x",
"compression": "v1.0.x",
"cookie-parser": "v1.3.x",
"express-session": "v1.7.x",
"connect-redis": "v2.0.x",
"body-parser": "v1.5.x",
"raw-body": "v1.3.x",
"streamifier": "v0.1.x",
"helmet": "v0.4.x",
"toobusy-js": "v0.3.x",
"redis": "v0.11.x",
"ms": "v0.6.x",
"ratelimiter": "v1.0.x"
},
"engines": {
"node": "v0.10.x",
"npm": "v1.4.x"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}