-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
33 lines (33 loc) · 887 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
{
"name": "bobamo",
"description": "A scaffoldless crud thing using bootstrap, passport, mongoose, backbone and jquery",
"version": "0.9.0",
"private": false,
"keywords": ["express", "rest", "mers", "csvimport", "passport", "less", "mongoose", "mongodb", "imageupload"],
"dependencies": {
"jqtpl": "latest",
"mongoose": "latest",
"mers": "latest",
"underscore": "latest",
"less": "latest",
"express": ">=3",
"requirejs": "latest",
"q": "latest",
"moment": "latest"
},
"bin": {
"bobamo": "bin/bobamo"
},
"devDependencies": {
"should": "latest",
"csv": "latest"
},
"scripts": {
"test": "mocha tests/*-mocha.js",
"example": "node example/app.js"
},
"optionalDependencies": {},
"engines": {
"node": "*"
}
}