forked from keystonejs/keystone-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.17 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
{
"name": "keystone",
"version": "0.2.3",
"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.5.2",
"keystone-utils": "~0.1.5",
"express": "~3.3.8",
"mongoose": "~3.8.6",
"less-middleware": "~0.1.15",
"connect-flash": "~0.1.1",
"jade": "~1.1.5",
"async": "~0.2.10",
"csv": "~0.3.7",
"bcrypt-nodejs": "~0.0.3",
"cloudinary": "~1.0.7",
"mandrill-api": "~1.0.39",
"embedly": "~1.0.2",
"marked": "~0.3.1",
"moment": "~2.5.1",
"numeral": "~1.5.3",
"semver": "~2.2.1",
"knox": "~0.8.8"
},
"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"
},
"engines": {
"node": "0.10.x",
"npm": "1.3.x"
}
}