forked from keystonejs/keystone-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 1.67 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
{
"name": "keystone",
"version": "0.2.20",
"description": "Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/JedWatson/keystone.git"
},
"dependencies": {
"underscore": "~1.6.0",
"keystone-utils": "~0.1.10",
"express": "~3.3.8",
"mongoose": "~3.8.12",
"less-middleware": "~0.1.15",
"connect-flash": "~0.1.1",
"jade": "~1.3.1",
"async": "~0.9.0",
"csv": "~0.3.7",
"bcrypt-nodejs": "~0.0.3",
"cloudinary": "~1.0.9",
"mandrill-api": "~1.0.39",
"embedly": "~1.0.2",
"marked": "~0.3.2",
"moment": "~2.6.0",
"numeral": "~1.5.3",
"semver": "~2.3.0",
"knox": "~0.8.10",
"azure": "~0.9.8",
"range_check": "~0.0.4",
"queryfilter": "~0.0.4",
"connect-mongo": "~0.4.1"
},
"devDependencies": {
"mocha": ">= 1.20 < 2",
"must": ">= 0.12 < 1",
"gulp": "^3.6.2",
"gulp-watch": "^0.6.5",
"gulp-mocha": "^0.4.1",
"supertest": "~0.13.0",
"jshint": "^2.5.1",
"gulp-jshint": "^1.6.1",
"fs-extra": "~0.9.1",
"colors": "^0.6.2",
"gulp-coverage": "~0.1.24"
},
"author": "Jed Watson",
"license": "MIT",
"keywords": [
"express",
"web",
"app",
"cms",
"admin",
"framework",
"mongoose",
"gui",
"forms"
],
"readmeFilename": "README.md",
"gitHead": "ef3fd612285315ea8e12f68da4c8d6031e2c7fe7",
"bugs": {
"url": "https://github.com/JedWatson/keystone/issues"
},
"scripts": {
"test": "./node_modules/.bin/mocha ./test -R spec"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}