routo
Version:
routing-based file builder for static site generation
39 lines (38 loc) • 701 B
JSON
{
"version": "0.7.2",
"name": "routo",
"repository": {
"type": "git",
"url": "git+https://github.com/marshallcb/routo.git"
},
"description": "routing-based file builder for static site generation",
"bin": {
"routo": "cli.js"
},
"main": "src/index.js",
"license": "MIT",
"author": {
"name": "Marshall Brandt",
"email": "hey@m4r.sh",
"url": "https://m4r.sh"
},
"engines": {
"node": ">= 10"
},
"keywords": [
"ssg",
"ssr",
"file",
"cli",
"builder",
"node"
],
"dependencies": {
"esm": "^3.2.25",
"jeye": "^0.7.3",
"kleur": "^4.1.3",
"mk-dirs": "^3.0.0",
"premove": "^3.0.1",
"sade": "^1.7.3"
}
}