-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 939 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
{
"name": "contacts-manager",
"version": "0.0.1",
"description": "basic contacts manager",
"scripts": {
"main": "./node_modules/.bin/forever -m 5 server.js",
"postinstall": "./node_modules/bower/bin/bower install"
},
"license": "MIT",
"author": "Salim KAYABASI",
"dependencies": {
"express": "*",
"jade": "*",
"mongoose": "*",
"forever": "*",
"connect-mongo": "*",
"connect-flash": "*",
"winston": "*",
"bower": "*",
"xml2json": "*",
"connect-multiparty": "*",
"async":"*"
},
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/nodejstr/contacts-manager.git"
},
"bugs": {
"url": "https://github.com/nodejstr/contacts-manager/issues"
},
"homepage": "https://github.com/nodejstr/contacts-manager"
}