-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
44 lines (44 loc) · 929 Bytes
/
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
{
"name": "contentblocks",
"version": "0.1.8",
"description": "Create simple editable CMS content blocks in node.js. Wrapper for Create.js CMS framework.",
"author": {
"name": "Kory Becker",
"email": "kbecker@primaryobjects.com",
"url": "http://www.primaryobjects.com/kory-becker"
},
"repository": {
"type": "git",
"url": "git://github.com/primaryobjects/contentblocks.git"
},
"main": "./lib",
"dependencies": {
"cheerio": "*",
"easypost": "*",
"memory-cache": "*"
},
"engines": {
"node": ">= 0.8.x",
"http": "*"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"keywords": [
"cms",
"create.js",
"create js",
"create",
"contentblocks",
"content blocks",
"content management",
"content management system",
"hallo",
"aloha"
],
"_id": "contentblocks@0.1.8",
"_from": "contentblocks"
}