-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.03 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.03 KB
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
{
"name": "handy",
"version": "3.0.6",
"description": "Handy is a web application template for Node.js. It's design goals are simplicity, speed and extensibility.",
"main": ".lib/handy.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"express": "4.13.3",
"compression": "1.6.0",
"serve-favicon": "2.3.0",
"body-parser": "1.14.2",
"method-override": "2.3.5",
"morgan": "1.6.1",
"cookie-parser": "1.4.0 ",
"express-session": "1.12.1",
"csurf": "1.8.3",
"async": "1.5.0",
"underscore": "1.8.3",
"mysql": "2.10.0",
"emailjs": "1.0.1",
"acl": "0.4.9",
"redis": "2.4.2",
"jade": "1.11.0",
"connect-redis": "3.0.1",
"sol-redis-pool": "0.2.2",
"cache-manager": "1.2.2",
"bunyan": "1.5.1",
"mandrill-api": "1.0.40"
},
"devDependencies": {
"expect.js": "0.2.0",
"zombie": "2.0.0-alpha24"
},
"repository": "",
"keywords": [
"CMS",
"content",
"management",
"system"
],
"author": "Tolu Akinola",
"license": "AGPL"
}