-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
22 lines (21 loc) · 861 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ "name" : "hulk-hogan"
, "description" : "Express + Hogan.js"
, "version" : "0.0.9"
, "author" : "Quang Van <[email protected]>"
, "contributors": [
{"name": "Christopher Scott Hernandez", "email": "[email protected]"}
]
, "homepage" : "https://github.com/quangv/hulk-hogan"
, "repository" : { "type": "git", "url": "git://github.com/quangv/hulk-hogan.git"}
, "dependencies" : { "hogan.js" : "*"
,"coffee-script" : "1.6.3"
}
, "devDependencies" : { "mocha" : "*"
,"mocha-cakes" : "*"
,"should" : "*"
,"superagent" : "*"
,"express" : "*"
}
, "keywords" : ["hogan.js", "express", "hogan", "partials", "template", "mustache"]
, "main" : "./index.js"
}