This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
forked from keystonejs/keystone-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
80 lines (80 loc) · 1.9 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
{
"name": "keystone",
"version": "0.2.26",
"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": {
"async": "~0.9.0",
"azure": "~0.9.8",
"bcrypt-nodejs": "~0.0.3",
"cloudinary": "~1.0.9",
"connect-flash": "~0.1.1",
"csv": "~0.3.7",
"embedly": "~1.0.2",
"express": "~3.3.8",
"jade": "~1.5.0",
"keystone-utils": "~0.1.10",
"knox": "~0.9.0",
"less-middleware": "~1.0.3",
"mandrill-api": "~1.0.39",
"marked": "~0.3.2",
"moment": "~2.8.1",
"mongoose": "~3.8.12",
"numeral": "~1.5.3",
"queryfilter": "~0.0.4",
"range_check": "~0.0.4",
"semver": "~3.0.1",
"underscore": "~1.6.0"
},
"devDependencies": {
"browserify": "^5.9.1",
"chalk": "~0.5.1",
"fs-extra": "~0.10.0",
"gulp": "~3.8.5",
"gulp-coverage": "~0.1.24",
"gulp-jshint": "~1.8.0",
"gulp-rename": "~1.2.0",
"gulp-rimraf": "~0.1.0",
"gulp-mocha": "~0.5.2",
"gulp-uglify": "~0.3.1",
"gulp-util": "~3.0.0",
"gulp-watch": "~0.6.5",
"jshint": "~2.5.1",
"jshint-stylish": "~0.4.0",
"mocha": ">= 1.20 < 2",
"must": ">= 0.12 < 1",
"reactify": "~0.14.0",
"supertest": "~0.13.0",
"vinyl-source-stream": "~0.1.1",
"watchify": "~1.0.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/JedWatson/keystone/issues"
},
"scripts": {
"test": "./node_modules/.bin/mocha ./test -R spec"
},
"engines": {
"node": ">= 0.10.28",
"npm": ">= 1.4.9"
}
}