forked from G33kLabs/Node.VaSH
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.44 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
{
"name": "express.vash"
, "version": "0.1.0"
, "description": "VaSh is a very fast blog engine for node.js"
, "author": "Guilllaume DE LA RUE <[email protected]>"
, "contributors": [
{ "name": "Guilllaume DE LA RUE", "email": "[email protected]" }
]
,"repository": {
"type": "git",
"url": "git://github.com/G33kLabs/Node.VaSH.git"
},
"keywords": [
"Express",
"CMS",
"Blog",
"Cluster",
"Fast",
"Mustache",
"Template",
"Twitter Bootstrap"
]
, "dependencies": {
"sechash": "x.x.x"
, "bcrypt": "x.x.x"
, "underscore": "x.x.x"
, "backbone": "x.x.x"
, "optimist": "x.x.x"
, "colors": "x.x.x"
, "async": "x.x.x"
, "datejs": "x.x.x"
, "jquery": "x.x.x"
, "hiredis": "x.x.x"
, "redis": "x.x.x"
, "express": "x.x.x"
, "connect": "x.x.x"
, "connect-redis": "x.x.x"
, "socket.io": "x.x.x"
, "mustache": "x.x.x"
, "watch": "x.x.x"
, "node-static": "x.x.x"
, "marked": "x.x.x"
, "highlight": "x.x.x"
, "colors": "x.x.x"
, "passport": "x.x.x"
, "passport-oauth": "x.x.x"
, "openid": "x.x.x"
, "logtofile": "x.x.x"
, "pkginfo": "x.x.x"
, "mkdirp": "x.x.x"
, "html-minifier": "x.x.x"
, "uglify-js": "x.x.x"
, "uglifycss": "x.x.x"
, "email": "x.x.x"
}
, "main": "app.js"
, "engines": { "node": ">= 0.8.0" }
}