forked from pencilblue/pencilblue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.6 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
{
"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.4.0",
"repository": {
"type": "git",
"url": "https://github.com/pencilblue/pencilblue.git"
},
"dependencies": {
"async": "0.9.0",
"cookies": "0.5.0",
"fakeredis": "0.3.0",
"formidable": "1.0.17",
"htmlencode": "0.0.4",
"locale": "0.0.20",
"mongodb": "2.0.23",
"node-uuid": "1.4.3",
"node.extend": "1.1.3",
"nodemailer": "0.5.3",
"npm": "2.7.3",
"process": "0.10.1",
"redis": "0.12.1",
"sanitize-html": "1.1.7",
"semver": "4.3.3",
"winston": "0.9.0"
},
"devDependencies": {
"coveralls": "2.11.2",
"istanbul": "0.3.6",
"mocha": "2.1.0",
"mocha-lcov-reporter": "0.0.1",
"should": "5.0.1"
},
"main": "./pencilblue.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"start": "node pencilblue.js",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --recursive"
},
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"readme": "See README file",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/pencilblue/pencilblue/issues"
},
"_id": "[email protected]"
}