statichog
Version:
A simple tool that lets users create blogs on static hosting services.
27 lines (26 loc) • 514 B
JSON
{
"name": "statichog",
"version": "0.1.1",
"description": "A simple tool that lets users create blogs on static hosting services.",
"main": "index.js",
"bin": {
"statichog": "./bin/index",
"shg": "./bin/index"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"StaticHog",
"static",
"blog",
"hog",
"template",
"website"
],
"author": "William McGonagle",
"license": "ISC",
"dependencies": {
"vm": "^0.1.0"
}
}