forked from pencilblue/pencilblue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.62 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": "Business class content management for Node.js (plugins, server cluster management, data-driven pages)",
"keywords": [
"cms",
"website",
"platform"
],
"version": "0.8.0",
"repository": {
"type": "git",
"url": "https://github.com/pencilblue/pencilblue.git"
},
"dependencies": {
"async": "1.5.2",
"async-eventemitter": "0.2.2",
"bower": "^1.7.9",
"cookies": "^0.6.2",
"fakeredis": "1.0.3",
"formidable": "1.0.17",
"htmlencode": "0.0.4",
"http-status-codes": "^1.0.6",
"locale": "^0.1.0",
"lodash": "^4.17.2",
"mime": "^1.3.4",
"mongodb": "2.2.15",
"node.extend": "1.1.6",
"nodemailer": "0.7.1",
"npm": "3.8.5",
"redis": "^2.6.3",
"sanitize-html": "1.13.0",
"semver": "5.3.0",
"uuid": "^3.0.1",
"winston": "^2.3.0"
},
"devDependencies": {
"coveralls": "^2.11.15",
"istanbul": "0.4.5",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "1.2.0",
"should": "^11.1.2",
"sinon": "1.17.6"
},
"main": "./pencilblue.js",
"engines": {
"node": ">=4"
},
"scripts": {
"start": "node pencilblue.js",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec --recursive"
},
"license": "GPL-3.0",
"readme": "See README file",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/pencilblue/pencilblue/issues"
},
"_id": "[email protected]"
}