UNPKG

809 BJSONView Raw
1{
2 "name": "inkpad-blog",
3 "description": "An Inkpad.io-based Blog Generator",
4 "keywords": [
5 "blog",
6 "inkpad",
7 "markdown"
8 ],
9 "version": "0.0.11",
10 "author": "Lars Kluge <l@larskluge.com>",
11 "bin": "./bin/inkpad-blog.js",
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/larskluge/inkpad-blog"
15 },
16 "dependencies": {
17 "bluebird": "^2.3.11",
18 "cheerio": "^0.18.0",
19 "coffee-script": "^1.8.0",
20 "del": "^1.0.0",
21 "gulp": "^3.8.10",
22 "gulp-compile-handlebars": "^0.4.3",
23 "gulp-gh-pages": "^0.4.0",
24 "gulp-rename": "^1.2.0",
25 "gulp-util": "^3.0.1",
26 "lodash": "^2.4.1",
27 "minimist": "^1.1.0",
28 "moment": "^2.8.4",
29 "promise-streams": "^0.2.4",
30 "request": "^2.49.0",
31 "stream-array": "^1.0.1",
32 "through2": "^0.6.3"
33 }
34}