UNPKG

timofey-nodal

Version:

An API Server and Framework for node.js

53 lines (52 loc) 1.14 kB
{ "name": "timofey-nodal", "version": "0.16.4", "description": "An API Server and Framework for node.js", "keywords": [ "framework", "api", "application", "branding", "server", "modular", "nodal" ], "author": "Keith Horwood", "main": "core/module.js", "dependencies": { "api-res": "~0.0.4", "async": "^2.4.1", "cmnd": "~0.1.0", "colors": "~1.1.0", "cross-spawn-async": "~2.1.6", "deep-equal": "~1.0.1", "dot": "~1.0.3", "dotenv": "^2.0.0", "fs-extra": "~0.26.4", "fxn": "~0.0.6", "i": "~0.3.4", "inquirer": "~0.11.3", "mime-types": "~2.1.9", "pg": "8.6.0" }, "devDependencies": { "chai": "~3.5.0", "mocha": "~2.4.5" }, "scripts": { "test": "mocha ./test/runner.js", "docs": "documentation build core/module.js -o docs -f html" }, "repository": { "type": "git", "url": "https://github.com/keithwhor/nodal.git" }, "license": "MIT", "bugs": { "url": "https://github.com/keithwhor/nodal/issues" }, "homepage": "https://github.com/keithwhor/nodal", "bin": { "nodal": "cli/bin.js" } }