forked from apostrophecms/apostrophe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.72 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
72
73
74
75
76
77
{
"name": "apostrophe",
"version": "0.5.353",
"description": "Apostrophe is a user-friendly content management system. You'll need more than this core module. See apostrophenow.org to get started.",
"main": "./lib/apostrophe.js",
"dependencies": {
"async": "0.8.x",
"bless": "^3.0.3",
"broadband": "^0.1.0",
"cheerio": "^0.17.0",
"clean-css": "^3.4.8",
"clone": "~0.1.11",
"deep-get-set": "^0.1.1",
"diff": "~1.0.4",
"express": "~3.0.5",
"extend": "~1.1.3",
"find-big-objects": "^0.1.3",
"glob": "^4.2.1",
"hash_file": "0.0.8",
"he": "~0.4.1",
"i18n": "0.4.1",
"joinr": "1.0.x",
"less": "~1.7.0",
"lodash": "2.4.x",
"moment": "~2.0.0",
"nodemailer": "~0.6.0",
"nunjucks": "^1.1.0",
"oembetter": "^0.1.0",
"optimist": "~0.4.0",
"password-hash": "~1.2.1",
"qs": "~0.5.6",
"regexp-quote": "0.0.0",
"request": "~2.12.0",
"sanitize-html": "^1.5.3",
"sluggo": "^0.2.0",
"uglify-js": "~2.2.5",
"underscore.string": "~2.3.1",
"validator": "~0.4.19",
"wordwrap": "0.0.2",
"wrench": "^1.5.8",
"xregexp": "2.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "sh scripts/prepublish.sh"
},
"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"
}