pullquote
Version:
Add pull quotes to your posts
28 lines (27 loc) • 545 B
JSON
{
"author": "Ben Ng <me@benng.me> (http://benng.me)",
"name": "pullquote",
"description": "Add pull quotes to your posts",
"keywords": [
"scotch",
"plugin",
"formatter",
"pullquote"
],
"version": "0.0.4",
"repository": {
"type": "git",
"url": "git://github.com/ben-ng/pullquote.git"
},
"main": "./lib/pullquote",
"dependencies": {},
"devDependencies": {
"jake": "0.6.x"
, "diff": "1.0.x"
, "cli-color": "0.2.x"
},
"optionalDependencies": {},
"scripts": {
"test": "jake test"
}
}