-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
75 lines (75 loc) · 1.95 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "moajs",
"version": "1.0.27",
"description": "Moajs is a full stack framework based expressjs、mongoose、bluebird、mocha.",
"main": "index.js",
"scripts": {
"start": "npm publish .",
"test": "node test.js",
"moag": "node bin/moag.js user name:string password:string uid:object",
"moad": "node bin/moad.js user",
"moan": "node bin/moan.js new_project"
},
"preferGlobal": "true",
"bin": {
"moa": "bin/moa.js",
"moag": "bin/moag.js",
"moad": "bin/moad.js",
"moan": "bin/moan.js",
"moas": "bin/moas.js",
"km": "bin/km.js",
"moalink": "bin/link.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moajs/moa.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/moajs/moa/issues"
},
"homepage": "https://github.com/moajs/moa#readme",
"dependencies": {
"bluebird": "^2.9.27",
"body-parser": "~1.12.4",
"commander": "^2.8.1",
"config": "^1.14.0",
"connect-mongo": "^0.8.1",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"dirw": "^1.0.2",
"express": "~4.12.4",
"express-di": "^4.1.1",
"express-session": "^1.11.2",
"fs-symlink": "^1.1.3",
"inflected": "^1.1.6",
"is_js": "^0.7.4",
"jade": "~1.9.2",
"jsonwebtoken": "^5.0.1",
"log4js": "^0.6.25",
"mkdirp": "^0.5.1",
"moa-middlewares": "^1.0.2",
"moment": "^2.10.3",
"mongoose": "^4.0.4",
"mongoosedao": "^1.0.6",
"morgan": "~1.5.3",
"mount-controllers": "^1.0.7",
"mount-middlewares": "^1.0.5",
"mount-models": "^1.0.8",
"mount-routes": "^1.0.3",
"mount-services": "^1.0.7",
"multer": "^0.1.8",
"nmm-link": "^1.0.4",
"nodemailer": "^1.3.4",
"nodemon": "^1.3.7",
"pm2": "^0.12.15",
"require-directory": "^2.1.1",
"res.api": "^1.0.8",
"serve-favicon": "~2.2.1",
"shelljs": "^0.5.0",
"tpl_apply": "^1.0.2"
},
"devDependencies": {}
}