-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1 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
{
"name": "catalogue",
"description": "A Mongoose Based Data Viewer",
"author": "Mother Inc <ajay@mother.co>",
"version": "0.0.4",
"main": "./lib/index.server",
"engines": {
"node": ">=0.10.0"
},
"keywords": [
"mother",
"catalogue",
"mongoose",
"mongodb",
"database",
"admin"
],
"repository": {
"type": "git",
"url": "https://motherinc@github.com/motherinc/catalogue.git"
},
"dependencies": {
"async": "0.2.9",
"express": "3.4.7",
"swig": "~1.3.2",
"underscore": "~1.5.2",
"xtend": "1.0.3",
"flat": "~1.1.0",
"ms": "~0.6.2",
"jquery": "~2.1.0",
"page": "~1.3.7",
"mongoose": "~3.8.25"
},
"devDependencies": {
"mocha": "*",
"gulp": "~3.5.0",
"gulp-less": "~1.2.0",
"gulp-clean": "~0.2.4",
"gulp-concat": "~2.1.7",
"gulp-uglify": "~0.2.1",
"gulp-swig-precompile": "0.0.4",
"gulp-browserify": "0.4.3",
"browserify-shim": "~3.2.2",
"gulp-exec": "~1.0.4",
"jshint": "~2.4.4"
}
}