UNPKG

811 BJSONView Raw
1{
2 "name": "hey-coffee",
3 "version": "0.0.7",
4 "description": "Simple flatfile blog",
5 "main": "index.coffee",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": "git://github.com/tjeastmond/hey-coffee.git",
10 "keywords": [
11 "blog",
12 "flatfile",
13 "coffee",
14 "cms",
15 "site",
16 "coffeescript",
17 "website"
18 ],
19 "dependencies": {
20 "coffee-script": "*",
21 "async": "*",
22 "underscore": "*",
23 "marked": "*",
24 "commander": "*",
25 "date-utils": "*",
26 "request": "*",
27 "handlebars": "*",
28 "mkdirp": "0.3.5",
29 "rss": "*"
30 },
31 "devDependencies": {
32 "mocha": "*",
33 "should": "*"
34 },
35 "bin": {
36 "hey": "./bin/hey"
37 },
38 "author": {
39 "name": "TJ Eastmond",
40 "email": "tj.eastmond@gmail.com",
41 "url": "http://tjeastmond.com"
42 },
43 "license": "MIT"
44}