forked from keystonejs/keystone-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
125 lines (125 loc) · 2.98 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "keystone",
"version": "0.3.1",
"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.4",
"bcrypt-nodejs": "~0.0.3",
"bluebird": "~2.9.9",
"body-parser": "~1.11.0",
"browserify-shim": "^3.8.2",
"bytes": "^1.0.0",
"caller-id": "^0.1.0",
"classnames": "^1.1.1",
"cloudinary": "~1.1.1",
"codemirror": "^4.12.0",
"compression": "~1.4.0",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.3.3",
"csv": "~0.3.7",
"debug": "^2.1.1",
"embedly": "~1.0.4",
"errorhandler": "~1.3.3",
"express": "~4.11.2",
"express-session": "~1.10.2",
"fs-extra": "~0.16.3",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.1.0",
"jade": "~1.9.2",
"jquery": "~2.1.3",
"keystone-utils": "~0.1.13",
"knox": "~0.9.2",
"less-middleware": "~1.0.4",
"mandrill-api": "~1.0.41",
"marked": "~0.3.3",
"method-override": "~2.3.1",
"moment": "~2.9.0",
"mongoose": "~3.8.23",
"morgan": "~1.5.1",
"mpromise": "~0.5.5",
"multer": "~0.1.7",
"numeral": "~1.5.3",
"pikaday": "^1.3.1",
"queryfilter": "~0.0.4",
"range_check": "~0.0.5",
"react": "~0.12.2",
"react-select": "~0.3.2",
"scmp": "~1.0.0",
"semver": "~4.3.0",
"serve-favicon": "~2.2.0",
"superagent": "^0.21.0",
"underscore": "^1.7.0",
"vkey": "^1.0.0"
},
"devDependencies": {
"browserify": "~8.1.3",
"chalk": "~0.5.1",
"codeclimate-test-reporter": "0.0.4",
"del": "^1.1.1",
"gulp": "~3.8.11",
"gulp-rename": "~1.2.0",
"gulp-uglify": "~1.1.0",
"gulp-util": "~3.0.3",
"gulp-watch": "~4.1.1",
"istanbul": "^0.3.5",
"jscs": "^1.11.3",
"jshint-stylish": "~1.0.0",
"jsxhint": "^0.10.0",
"mocha": "2.1.0",
"must": ">= 0.12 < 1",
"reactify": "~1.0.0",
"should": "^5.0.0",
"sinon": "~1.12.2",
"supertest": "~0.15.0",
"vinyl-source-stream": "~1.0.0",
"watchify": "~2.3.0"
},
"browserify": {
"transform": [
"reactify",
"browserify-shim"
]
},
"browserify-shim": {
"tinymce": "global:tinymce",
"jquery": "global:$",
"codemirror": "global:CodeMirror",
"underscore": "global:_",
"pikaday": "global.Pikaday",
"moment": "global.moment"
},
"author": "Jed Watson",
"homepage": "http://keystonejs.com/",
"license": "MIT",
"keywords": [
"express",
"web",
"app",
"cms",
"admin",
"framework",
"mongoose",
"gui",
"site",
"website",
"forms"
],
"readmeFilename": "README.md",
"gitHead": "ef3fd612285315ea8e12f68da4c8d6031e2c7fe7",
"bugs": {
"url": "https://github.com/keystonejs/keystone/issues"
},
"scripts": {
"test": "mocha"
},
"engines": {
"node": ">= 0.10.28",
"npm": ">= 1.4.9"
}
}