architekt
Version:
A Dead Simple Static Site Generator Powered by Handlebars
44 lines (43 loc) • 961 B
JSON
{
"name": "architekt",
"version": "1.2.0",
"description": "A Dead Simple Static Site Generator Powered by Handlebars",
"scripts": {
"test": "jest"
},
"bin": {
"ark": "bin/architekt.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/opensourceryclub/Architekt.git"
},
"keywords": [
"Handlebars",
"Site",
"Generator",
"Static",
"Site",
"Website",
"Builder"
],
"author": "Donald Isaac (www.opensourceryumd.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/opensourceryclub/Architekt/issues"
},
"homepage": "https://github.com/opensourceryclub/Architekt#readme",
"dependencies": {
"bluebird": "^3.5.5",
"commander": "^2.20.0",
"del": "^5.1.0",
"handlebars": "^4.4.5",
"handlebars-layouts": "^3.1.4",
"ncp": "^2.0.0",
"node-sass": "^4.13.0",
"ulog": "^1.1.0"
},
"devDependencies": {
"@types/node": "^12.6.8"
}
}