UNPKG

937 BJSONView Raw
1{
2 "name": "huginn",
3 "version": "0.1.1",
4 "description": "Static blog pages",
5 "keywords": [
6 "static blog",
7 "coffee-script"
8 ],
9 "author": "bruce davidson <brucedavidson@darkoverlordofdata.com>",
10 "contributors": [
11 {
12 "name": "bruce davidson",
13 "email": "brucedavidson@darkoverlordofdata.com"
14 }
15 ],
16 "dependencies": {
17 "coffee-script": "~1.6.3",
18 "highlight.js": "~7.5.0",
19 "markdown": "~0.5.0",
20 "yaml-js": "0.0.8",
21 "huginn-liquid": "0.0.2",
22 "huginn-tag-cloud": "0.0.5",
23 "huginn-asset-bundler": "0.0.7"
24 },
25 "scripts": {
26 "start": "node ./index.js",
27 "test": "cake test"
28 },
29 "bin": {
30 "huginn": "./bin/huginn"
31 },
32 "devDependencies": {
33 "chai": "*",
34 "mocha": "*",
35 "async": "*"
36 },
37 "repository": "git://github.com/darkoverlordofdata/huginn",
38 "main": "index",
39 "engines": {
40 "node": ">=0.10.x",
41 "npm": ">=1.x.x"
42 },
43 "license": "MIT"
44}