forked from apostrophecms/apostrophe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.77 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
{
"name": "apostrophe",
"version": "0.4.131",
"description": "Apostrophe is a user-friendly content management system. This core module of Apostrophe provides rich content editing and essential facilities to integrate Apostrophe into your Express project. Apostrophe also includes simple facilities for storing your rich content areas in MongoDB and fetching them back again. Additional functionality is available in modules like apostrophe-pages, apostrophe-snippets, apostrophe-blog, apostrophe-events, apostrophe-twitter and apostrophe-rss.",
"main": "./lib/apostrophe.js",
"dependencies": {
"express": "~3.0.5",
"nunjucks": "~0.1.8",
"oembed": "~0.1.0",
"regexp-quote": "0.0.0",
"request": "~2.12.0",
"underscore.string": "~2.3.1",
"validator": "~0.4.19",
"less-middleware": "~0.1.12",
"hash_file": "0.0.8",
"moment": "~2.0.0",
"qs": "~0.5.6",
"less": "~1.4.0",
"uglify-js": "~2.2.5",
"clean-css": "~1.0.0",
"extend": "~1.1.3",
"diff": "~1.0.4",
"wordwrap": "0.0.2",
"ent": "0.0.5",
"optimist": "~0.4.0",
"mongodb": "~1.3.5",
"password-hash": "~1.2.1",
"joinr": "~0.1.0",
"async": "~0.2.9",
"underscore": "1.5.1",
"sanitize-html": "~0.1.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/punkave/apostrophe.git"
},
"keywords": [
"apostrophe",
"rich",
"text",
"rich",
"media",
"rich",
"content",
"rich",
"text",
"editor",
"rte",
"content",
"management",
"system",
"cms",
"mongodb",
"express",
"nunjucks",
"wysiwyg",
"editor",
"jot"
],
"author": "P'unk Avenue",
"license": "MIT"
}