hgsk
Version:
GOHUGO Starter Kit command line tool
39 lines (38 loc) • 774 B
JSON
{
"name": "hgsk",
"version": "1.1.0",
"description": "GOHUGO Starter Kit command line tool",
"bin": {
"hgsk": "index.js"
},
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/daniil-aleksieiev/npm-hgsk.git"
},
"keywords": [
"starter",
"gohugo",
"hgsk"
],
"author": "ska1",
"license": "MIT",
"bugs": {
"url": "https://github.com/daniil-aleksieiev/npm-hgsk/issues"
},
"homepage": "https://github.com/daniil-aleksieiev/npm-hgsk",
"dependencies": {
"colors": "^1.1.2",
"copy-dir": "^0.3.0",
"del": "^2.2.2",
"inquirer": "^3.0.6",
"shelljs": "^0.7.7"
},
"engines": {
"node": ">=4.0.0"
},
"main": "index.js",
"devDependencies": {}
}