-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 889 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
35
{
"name": "url-shortener",
"description": "urlshortener mean stack service",
"version": "0.1.0",
"main": "src/app.js",
"scripts": {
"start": "./src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:anonrig/url-shortener.git"
},
"bugs": {
"url": "https://github.com/anonrig/url-shortener/issues"
},
"homepage": "https://github.com/anonrig/url-shortener",
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.12.0",
"compression": "^1.4.1",
"connect-redis": "^2.2.0",
"crypto": "0.0.3",
"express": "^4.12.2",
"express-session": "^1.10.4",
"helmet": "^0.7.0",
"jade": "^1.9.2",
"mongoose": "^3.8.24",
"morgan": "^1.5.1",
"nconf": "^0.7.1",
"passport": "^0.2.1",
"passport-local": "^1.0.0",
"redis": "^0.12.1"
}
}