-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (41 loc) · 1.21 KB
/
package.json
File metadata and controls
42 lines (41 loc) · 1.21 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
{
"name": "louis",
"version" : "0.7.5",
"author": "Marco Tabini <marcot@tabini.ca>",
"description": "A distressingly simple static site generator for S3.",
"homepage": "https://github.com/mtabini/louis",
"repository": {
"type": "git",
"url": "https://github.com/mtabini/louis.git"
},
"keywords" : ["blog", "website", "s3", "markdown", "multimarkdown", "static site", "mustache"],
"bin" : { "louis" : "./index.js" },
"scripts": {
"test": "./node_modules/mocha/bin/mocha --harmony -R dot -u tdd $(find tests -name 'test_*.js')",
"start": "node --harmony index.js"
},
"dependencies" : {
"async" : "~0.x.x",
"js-yaml" : "~2.x.x",
"express" : "~3.x.x",
"commander" : "~1.x.x",
"mu2" : "git://github.com/mtabini/Mu.git",
"multimarkdown" : "git://github.com/mtabini/node-multimarkdown.git",
"colors" : "~0.x.x",
"ncp" : "git://github.com/mtabini/ncp.git",
"iconv" : "~2.x.x",
"moment" : "~2.x.x",
"humanize" : "~0.x.x",
"rimraf" : "~2.x.x",
"rss" : "~0.2.x",
"watch" : "~0.x.x",
"knox" : "~0.x.x",
"walk" : "~2.x.x",
"mime" : "~1.x.x",
"fortknox" : "~0.x.x",
"xml2js" : "~0.x.x"
},
"engines": {
"node": ">=0.8.7"
}
}