-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
60 lines (60 loc) · 1.44 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
{
"name": "mongorilla",
"description": "Mongorilla is a simple, clean, and powerful NodeJS based content moderator for MongoDB.",
"version": "0.0.3",
"private": false,
"scripts": {
"postinstall": "./node_modules/bower/bin/bower install && ./node_modules/requirejs/bin/r.js -o public/app.build.js",
"start": "node server.js"
},
"dependencies": {
"body-parser": "^1.10.2",
"bower": "*",
"compression": "^1.3.0",
"cookie-parser": "^1.3.3",
"errorhandler": "^1.3.2",
"express": "^4.11.1",
"express-session": "^1.10.1",
"glob": "^4.0.5",
"gridfs-stream": "*",
"knox": "*",
"method-override": "^2.3.1",
"moment": "*",
"mongodb": "^1.4.0",
"mongoose": "^4.0.2",
"mongoose-when": "*",
"morgan": "^1.5.1",
"multer": "^0.1.7",
"requirejs": "^2.1.11",
"serve-favicon": "^2.2.0",
"sha1": "^1.1.0",
"uinexpress": "*",
"underscore": "*"
},
"main": "server.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/gerardobort/mongorilla.git"
},
"keywords": [
"mongodb",
"cms",
"nodejs",
"backbone",
"backbone-forms",
"bootstrap"
],
"author": "Gerardo Bort",
"license": "MIT",
"bugs": {
"url": "https://github.com/gerardobort/mongorilla/issues"
},
"homepage": "https://github.com/gerardobort/mongorilla",
"engines": {
"node": "*"
},
"bin": {
"mongorilla": "./server.js"
}
}