-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
64 lines (64 loc) · 1.55 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
{
"name": "taracotjs",
"version": "0.5.0",
"description": "TaracotJS CMS: the simple content management system based on Node.js",
"main": "app.js",
"dependencies": {
"archiver": "^0.10.0",
"async": "^0.9.0",
"body-parser": "^1.0.2",
"captchapng": "^0.0.1",
"checksum": "^0.1.1",
"commander": "1.3.2",
"connect": "^2.15.0",
"connect-mongo": "^0.4.1",
"connect-redis": "^2.0.0",
"cookie-parser": "^1.0.1",
"express": "^4.0.0",
"express-session": "^1.0.4",
"fs-extra": "^0.9.1",
"gaikan": "^2.0.0",
"glob": "^4.2.1",
"gm": "^1.16.0",
"html-entities": "^1.1.1",
"html-to-text": "^0.1.0",
"i18n-2": "^0.4.6",
"iconv-lite": "^0.4.8",
"merge": "^1.2.0",
"mime": "~1.2.7",
"moment": "^2.8.3",
"mongodb": "^1.4.5",
"multer": "^0.1.0",
"node-whois": "^2.1.0",
"nodemailer": "^1.0.2",
"nodemailer-sendmail-transport": "^0.1.2",
"redis": "^0.10.2",
"request": "^2.51.0",
"snowball": "^0.3.1",
"socket.io": "^1.1.0",
"string": "^3.1.1",
"unzip2": "^0.2.5",
"winston": "^0.7.3"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-uglify": "~0.5.0",
"grunt-jsbeautifier": "~0.2.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node.js",
"express.js",
"mongodb",
"redis",
"cms"
],
"repository": {
"type": "mercurial",
"url": "https://code.google.com/p/taracotjs/"
},
"author": "Michael A. Matveev <[email protected]>",
"license": "GPL v.3"
}