forked from keystonejs/keystone-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.06 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
85
86
{
"name": "keystone-azure-files",
"version": "0.2.33",
"description": "Web Application Framework and Admin GUI / Content Management System built on Express.js and Mongoose. Updated with more AzureFiles support.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/peteamundson/keystone.git"
},
"dependencies": {
"async": "~0.9.0",
"azure": "~0.10.0",
"bcrypt-nodejs": "~0.0.3",
"cloudinary": "~1.0.12",
"connect-flash": "~0.1.1",
"csv": "~0.3.7",
"embedly": "~1.0.2",
"express": "~3.3.8",
"jade": "~1.7.0",
"keystone-utils": "~0.1.12",
"knox": "~0.9.1",
"less-middleware": "~1.0.4",
"mandrill-api": "~1.0.40",
"marked": "~0.3.2",
"moment": "~2.8.1",
"mongoose": "~3.8.18",
"mpromise": "~0.5.1",
"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"
},
"devDependencies": {
"browserify": "~6.2.0",
"chalk": "~0.5.1",
"del": "^0.1.3",
"fs-extra": "~0.12.0",
"gulp": "~3.8.8",
"gulp-coverage": "~0.3.27",
"gulp-jshint": "~1.8.6",
"gulp-mocha": "~1.1.0",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.0.1",
"gulp-util": "~3.0.1",
"gulp-watch": "~1.1.0",
"jshint": "~2.5.5",
"jshint-stylish": "~1.0.0",
"mocha": ">= 1.21 < 2",
"must": ">= 0.12 < 1",
"reactify": "~0.14.0",
"sinon": "~1.11.1",
"supertest": "~0.14.0",
"vinyl-source-stream": "~1.0.0",
"watchify": "~2.1.0"
},
"author": "Jed Watson - Updated by Pete Amundson",
"license": "MIT",
"keywords": [
"express",
"web",
"app",
"cms",
"admin",
"framework",
"mongoose",
"gui",
"forms"
],
"bugs": {
"url": "https://github.com/peteamundson/keystone/issues"
},
"scripts": {
"test": "mocha ./test -R spec"
},
"engines": {
"node": ">= 0.10.28",
"npm": ">= 1.4.9"
},
"homepage": "https://github.com/peteamundson/keystone",
"directories": {
"doc": "docs",
"test": "test"
}
}