katana
Version:
Easy to use, modular web framework for any Node.js samurai.
69 lines (59 loc) • 1.43 kB
JSON
{
"name": "katana",
"description": "Easy to use, modular web framework for any Node.js samurai.",
"version": "0.4.3",
"author": "Shogun <Shogun147@gmail.com> (http://github.com/Shogun147)",
"contributors": [
{ "name": "Shogun", "email": "Shogun147@gmail.com" }
],
"keywords": [
"katana",
"modular",
"framework",
"mvc",
"hmvc",
"oop",
"router",
"web",
"development",
"rest",
"restful",
"api"
],
"homepage": "http://katanajs.com/ (comming soon)",
"repository": {
"type": "git",
"url": "git://github.com/Shogun147/Katana.git",
"web": "http://github.com/Shogun147/Katana"
},
"bugs": {
"url": "https://github.com/Shogun147/Katana/issues"
},
"dependencies": {
"mkdirp": "~0.3.5",
"async": "~0.2.6",
"formidable": "~1.0.13",
"semver": "~1.1.4",
"progress": "~1.1.3",
"crypto": "~0.0.3",
"validator": "~0.4.28",
"underscore": "~1.4.4",
"qs": "~0.5.5",
"co-prompt": "~1.0.0",
"commander": "~1.3.2",
"node-static": "~0.7.2",
"winston": "~0.7.2",
"request": "~2.16.6",
"colors": "~0.6.0-1",
"tar": "~0.1.17",
"mime": "~1.2.11",
"cookies": "~0.3.7",
"keygrip": "~0.2.4"
},
"devDependencies": {},
"main": "./lib/katana",
"bin": { "katana": "./bin/katana" },
"scripts": {},
"preferGlobal": true,
"engines": { "node": "~0.10.21" }
}