kwikr
Version:
Build static websites quickly.
38 lines (37 loc) • 771 B
JSON
{
"name": "kwikr",
"version": "0.3.2",
"description": "Build static websites quickly.",
"main": "./lib/kwikr.js",
"bin": {
"kwikr": "./bin/kwikr"
},
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yomena/kwikr.git"
},
"keywords": [
"Gulp",
"Nunjucks"
],
"author": "yomena",
"url": "http://yomena.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/yomena/kwikr/issues"
},
"homepage": "https://github.com/yomena/kwikr#readme",
"dependencies": {
"bower": "^1.7.9",
"fs-extra": "^0.30.0",
"gulp": "^3.9.1",
"inquirer": "^1.0.2",
"jsonfile": "^2.3.0"
}
}