kitten
Version:
Export Octopress blog posts as JSON
36 lines (35 loc) • 668 B
JSON
{
"author": "Ben Ng <me@benng.me> (http://benng.me)",
"name": "kitten",
"description": "Export Octopress blog posts as JSON",
"keywords": [
"octopress",
"export",
"jekyll",
"scotch-blog",
"scotch",
"blog"
],
"version": "0.0.2",
"repository": {
"type": "git",
"url": "git://github.com/ben-ng/kitten-js.git"
},
"main": "./lib/index.js",
"dependencies": {
"lodash": "1.3.x"
, "js-yaml": "2.1.x"
, "async": "0.2.x"
},
"scripts": {
"test": "jake test"
},
"devDependencies": {
"jake": "0.6.x"
, "assert-diff": "0.0.x"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.8.x"
}
}