-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.36 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.36 KB
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
46
47
48
49
{
"name": "ismp",
"version": "1.0.0",
"description": "manage hub",
"main": "app.js",
"dependencies": {
"body-parser": "^1.13.3",
"consolidate": "^0.14.0",
"express": "^4.13.3",
"express-handlebars": "^3.0.0",
"express-session": "^1.11.3",
"forever": "^0.15.1",
"handlebars": "^4.0.5",
"jade": "^1.11.0",
"less-middleware": "^2.1.0",
"log4js": "^0.6.32",
"markdown": "^0.5.0",
"mass_fs": "^0.7.0",
"moment": "^2.11.2",
"mongodb": "^2.1.7",
"mongoose": "^4.1.3",
"multiparty": "^4.1.2",
"stylus": "^0.52.4",
"underscore": "^1.8.3"
},
"devDependencies": {
"color": "^0.10.1",
"gulp-nodemon": "^2.0.4",
"gulp": "^3.9.0"
},
"scripts": {
"db-stop": "mongo admin --eval \"db.shutdownServer()\"",
"db-start": "mkdir ./logs/mongodb &mongod --dbpath=./db --port 27017 --fork --logpath=./logs/mongodb/mongodb.log",
"db": "npm run db-stop;npm run db-start",
"server": "npm run db && forever start app.js",
"clean": "forever stopall && npm run db-stop",
"forever-stopall": "forever stopall"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xjchenhao/nodeSite.git"
},
"author": "xchenhao",
"license": "ISC",
"bugs": {
"url": "https://github.com/xjchenhao/nodeSite/issues"
},
"homepage": "https://github.com/xjchenhao/nodeSite#readme"
}