forked from pencilblue/pencilblue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·67 lines (67 loc) · 1.39 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
{
"author": {
"name": "PencilBlue, LLC",
"email": "info@pencilblue.com"
},
"contributors": [
{
"name": "Blake Callens"
},
{
"name": "Brian Hyder"
}
],
"name": "pencilblue",
"description": "Full stack online publishing and CMS for Node.js",
"keywords": [
"cms",
"website",
"platform"
],
"version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/pencilblue/pencilblue.git"
},
"dependencies": {
"async": "0.2.9",
"cookies": "0.4.0",
"fakeredis": "0.2.0",
"formidable": "1.0.14",
"htmlencode": "0.0.4",
"locale": "0.0.14",
"minify": "0.2.3",
"mongodb": "1.4.26",
"node-promise": "0.5.9",
"node.extend": "1.0.10",
"nodemailer": "0.5.3",
"npm": "1.4.20",
"process": "0.5.1",
"redis": "0.10.0",
"sanitize-html": "1.1.7",
"winston": "0.8.3"
},
"devDependencies": {
"nodeunit": "0.8.2"
},
"main": "./pencilblue.js",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"start": "node pencilblue.js",
"test": "echo Not hooked up yet"
},
"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": "pencilblue@0.3.0"
}