forked from pencilblue/pencilblue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 1.93 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
{
"author": {
"name": "PencilBlue, LLC",
"email": "[email protected]"
},
"contributors": [
{
"name": "Blake Callens"
},
{
"name": "Brian Hyder"
}
],
"name": "pencilblue",
"description": "A full featured Node.js CMS and blogging platform (plugins, server cluster management, data-driven pages)",
"keywords": [
"cms",
"website",
"platform"
],
"version": "0.6.0",
"repository": {
"type": "git",
"url": "https://github.com/pencilblue/pencilblue.git"
},
"dependencies": {
"async": "1.5.2",
"async-eventemitter": "0.2.2",
"cookies": "0.6.1",
"fakeredis": "1.0.2",
"formidable": "1.0.17",
"htmlencode": "0.0.4",
"http-status-codes": "^1.0.6",
"locale": "0.0.21",
"lodash": "4.7.0",
"mongodb": "2.1.21",
"node-uuid": "1.4.7",
"node.extend": "1.1.5",
"nodemailer": "0.7.1",
"npm": "3.8.5",
"process": "0.11.2",
"redis": "2.5.3",
"sanitize-html": "1.11.4",
"semver": "5.1.0",
"winston": "2.2.0"
},
"devDependencies": {
"coveralls": "2.11.9",
"istanbul": "0.4.2",
"mocha": "2.4.5",
"mocha-lcov-reporter": "1.2.0",
"should": "8.3.0"
},
"main": "./pencilblue.js",
"engines": {
"node": ">= 0.11.0 <=6"
},
"scripts": {
"start": "node pencilblue.js",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --recursive"
},
"licenses": [
{
"type": "GNU GENERAL PUBLIC LICENSE Version 3",
"url": "http://www.gnu.org/licenses/gpl-3.0.html"
}
],
"readme": "See README file",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/pencilblue/pencilblue/issues"
},
"_id": "[email protected]"
}