huncwot
Version:
Fast, opinionated and minimal Node.js web framework built for ES6/7 era
37 lines (36 loc) • 855 B
JSON
{
"name": "huncwot",
"version": "0.7.0",
"description": "Fast, opinionated and minimal Node.js web framework built for ES6/7 era",
"main": "index.js",
"repository": "https://github.com/zaiste/huncwot",
"author": "Zaiste",
"license": "Apache 2.0",
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.4.1"
},
"scripts": {
"test": "mocha --reporter list"
},
"dependencies": {
"basic-auth": "^1.1.0",
"bluebird": "^3.5.0",
"chokidar": "^1.7.0",
"debug": "^2.6.7",
"fs-extra": "^3.0.1",
"lasso": "^2.11.11",
"lasso-marko": "^2.3.0",
"marko": "^4.3.1",
"marko-path-router": "^0.3.0",
"mime-types": "^2.1.15",
"path-to-regexp": "^1.7.0",
"raw-body": "^2.2.0",
"upath": "^1.0.0",
"yargs": "^8.0.1"
},
"bin": {
"huncwot": "cli.js"
}
}