forked from keystonejs/keystone-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 1.99 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
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "keystone",
"version": "0.2.35",
"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/keystonejs/keystone.git"
},
"dependencies": {
"async": "~0.9.0",
"azure": "~0.10.1",
"bcrypt-nodejs": "~0.0.3",
"bluebird": "~2.3.11",
"cloudinary": "~1.0.13",
"connect-flash": "~0.1.1",
"csv": "~0.3.7",
"embedly": "~1.0.2",
"express": "~3.3.8",
"jade": "~1.8.0",
"keystone-utils": "~0.1.12",
"knox": "~0.9.1",
"less-middleware": "~1.0.4",
"mandrill-api": "~1.0.41",
"marked": "~0.3.2",
"moment": "~2.8.3",
"mongoose": "~3.8.19",
"mpromise": "~0.5.5",
"mv": "~2.0.3",
"numeral": "~1.5.3",
"queryfilter": "~0.0.4",
"range_check": "~0.0.4",
"semver": "~4.1.0",
"underscore": "~1.7.0",
"scmp": "~1.0.0"
},
"devDependencies": {
"browserify": "~6.3.3",
"chalk": "~0.5.1",
"del": "^0.1.3",
"fs-extra": "~0.12.0",
"gulp": "~3.8.10",
"gulp-coverage": "~0.3.32",
"gulp-jshint": "~1.9.0",
"gulp-mocha": "~1.1.1",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.1",
"gulp-util": "~3.0.1",
"gulp-watch": "~1.2.0",
"jshint": "~2.5.10",
"jshint-stylish": "~1.0.0",
"mocha": "~2.0.1",
"must": ">= 0.12 < 1",
"sinon": "~1.12.1",
"supertest": "~0.15.0",
"vinyl-source-stream": "~1.0.0",
"watchify": "~2.1.1"
},
"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/keystonejs/keystone/issues"
},
"scripts": {
"test": "./node_modules/.bin/mocha ./test -R spec"
},
"engines": {
"node": ">= 0.10.28",
"npm": ">= 1.4.9"
}
}