-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (30 loc) · 1.15 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
{ "name": "static-plus"
, "version": "0.2.5"
, "author": { "name": "Jason Smith"
, "email": "[email protected]" }
, "description": "Build static web sites from templates. Plus."
, "tags" : ["couchdb", "amazon", "s3", "cloudfront"]
, "homepage": "http://github.com/iriscouch/static-plus"
, "repository": { "type": "git"
, "url": "git://github.com/iriscouch/static-plus" }
, "engines": [ "node" ]
, "dependencies" : { "follow" : "~0.8.0"
, "rimraf" : "~1.0.9"
, "txn" : "~0.2.9"
, "mime" : "~1.2.7"
, "less" : "~1.3.0"
, "async" : "~0.1.22"
, "request" : "~2.10.0"
, "fixed-event": "~0.2.0"
, "handlebars": "1.0.6-2"
, "winston" : "~0.5.9"
, "optimist": "0.3.4"
, "defaultable": "0.7.2"
, "github-flavored-markdown": "~1.0.1"
}
, "devDependencies": { "tap": "0.3.0"
}
, "main": "./api"
, "bin" : { "static+": "./cli.js"
}
}