UNPKG

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