-
Notifications
You must be signed in to change notification settings - Fork 199
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.07 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.07 KB
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
{
"author": {
"name": "Howest"
},
"name": "cody",
"description": "Cody CMS",
"version": "4.0.15",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/jcoppieters/cody.git"
},
"scripts": {
"pre-publish": "echo 'Update version in package.json & npm i -> package-lock.json; git commit / publish; git tag vx.y.z;'",
"do-publish": "npm publish; git push; git push --tags",
"upublish": "npm unpublish cody@4.0.14"
},
"main": "./index",
"keywords": [
"cody",
"cms",
"howest"
],
"dependencies": {
"body-parser": "^1.6.7",
"ejs": "^3.1.10",
"express": "4.x",
"express-session": "1.x",
"i18n": "^0.5.0",
"mime": "1.x",
"multer": "^1.4.5-lts.2",
"mysql2": "^3.14.1",
"nodemailer": "^7.0.2",
"vhost": "2.x"
},
"engines": {
"node": "*"
},
"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 johan.coppieters@howest.be\n\nThe Cody team.\n",
"readmeFilename": "README.md"
}