UNPKG

907 BJSONView Raw
1{
2 "name": "huginn",
3 "version": "0.0.12",
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 "huginn-liquid": "0.0.1",
18 "huginn-asset-bundler": "0.0.5",
19 "huginn-tag-cloud": "0.0.4",
20 "highlight.js": "~7.5.0",
21 "markdown": "~0.5.0",
22 "yaml-js": "0.0.8"
23 },
24 "scripts": {
25 "start": "node ./index.js",
26 "test": "cake test"
27 },
28 "bin": {
29 "huginn": "./bin/huginn"
30 },
31 "devDependencies": {
32 "chai": "*",
33 "mocha": "*",
34 "async": "*"
35 },
36 "repository": "git://github.com/darkoverlordofdata/huginn",
37 "main": "index",
38 "engines": {
39 "node": ">=0.10.x",
40 "npm": ">=1.x.x"
41 },
42 "license": "MIT"
43}