UNPKG

hexagonjs

Version:

Simplistic high-configurable Node-JS application framework

54 lines (53 loc) 1 kB
{ "name": "hexagonjs", "version": "0.10.3", "description": "Simplistic high-configurable Node-JS application framework", "main": "index.js", "directories": { "test": "test" }, "dependencies": { "async": "*", "chai": "*", "mocha": "*", "debug": "*", "errorhandler": "*", "commander": "*", "mkdirp": "*" }, "devDependencies": {}, "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/raaymax/hexagon" }, "bin": { "hexagonjs": "./bin/hexagonjs" }, "files": [ "bin/", "lib/", "LICENSE", "index.js", "templates/" ], "keywords": [ "framework", "mvc", "simple", "node", "nodejs", "application", "app", "configurable", "simplistic" ], "author": "Mateusz Russak", "license": "MIT", "bugs": { "url": "https://github.com/raaymax/hexagon/issues" }, "homepage": "https://github.com/raaymax/hexagon" }