-
Notifications
You must be signed in to change notification settings - Fork 198
/
package.json
39 lines (39 loc) · 916 Bytes
/
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
{
"author": {
"name": "Howest"
},
"name": "cody",
"description": "Cody CMS",
"version": "3.5.4",
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/jcoppieters/cody.git"
},
"main": "./index",
"keywords": [
"cody",
"cms",
"howest"
],
"dependencies": {
"body-parser": "^1.6.7",
"ejs": "^2.5.5",
"express": "4.x",
"express-session": "1.x",
"i18n": "^0.5.0",
"mime": "1.x",
"multer": "^0.1.4",
"mysql": "2.x",
"nodemailer": "^1.3.0",
"vhost": "2.x"
},
"engines": {
"node": "*"
},
"scripts": {
"preinstall_DISABLED": "npm list forever -g || npm install forever -g"
},
"readme": "Cody CMS\n\nFor documentation see: \n- https://github.com/jcoppieters/cody and/or \n- http://www.cody-cms.org\n\nContact us at [email protected]\n\nThe Cody team.\n",
"readmeFilename": "README.md"
}