purelog-cli
Version:
Command line interface for Purelog
33 lines (32 loc) • 603 B
JSON
{
"name": "purelog-cli",
"version": "0.0.3",
"description": "Command line interface for Purelog",
"main": "index.js",
"preferGlobal": true,
"bin": {
"purelog": "./index.js"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/conis/Purelog.git"
},
"keywords": [
"blog",
"purelog"
],
"dependencies":{
"commander": "1.3.2",
"grunt": "*",
"grunt-prompt": "*",
"strformat": "*",
"clean-css": "*",
"fs-extra": "*"
},
"author": "conis",
"license": "MIT",
"readmeFilename": "README.md"
}