-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.43 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
{
"name": "administrate",
"description": "Middleware that provides an admin backend site for Express 4.x and Mongoose models",
"keywords": [
"mongoose",
"mongodb",
"expressjs",
"django",
"express",
"admin",
"backend"
],
"homepage": "https://github.com/joeyfromspace/administrate",
"license": "MIT",
"author": "Joey Lappin (SWARM)",
"version": "0.7.3",
"engines": {
"node": ">=4.4.1"
},
"scripts": {
"test": "mocha test/ --delay"
},
"repository": {
"type": "git",
"url": "https://github.com/joeyfromspace/administrate.git"
},
"dependencies": {
"async": "1.5.2",
"browser-request": "0.3.3",
"bson": "0.4.21",
"handlebars": "4.0.5",
"jade": "1.11.0",
"jquery": "2.2.1",
"lodash": "4.6.1",
"moment": "2.11.2",
"mongoose": "4.3.6",
"pluralize": "1.2.1",
"underscore": "1.8.3",
"urijs": "1.17.1",
"velocity-animate": "1.2.3",
"webfontloader": "1.6.22"
},
"devDependencies": {
"babel-preset-es2015": "6.6.0",
"babelify": "7.2.0",
"brfs": "1.4.3",
"browserify": "13.0.0",
"chai": "3.4.1",
"chai-fuzzy": "1.6.0",
"chai-http": "1.0.0",
"chai-things": "0.2.0",
"faker": "3.0.1",
"gulp": "^3.7.0",
"gulp-browserify": "0.5.1",
"gulp-sourcemaps": "1.6.0",
"gulp-watch": "^4.3.5",
"mocha": "2.3.4",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
}
}