UNPKG

nodulator

Version:

Complete NodeJS Framework for Restfull APIs

82 lines (81 loc) 2.04 kB
{ "name": "nodulator", "version": "0.2.4", "dependencies": { "assert": "^1.3.0", "async": "1.5.2", "body-parser": "1.15.0", "commander": "^2.9.0", "connect-redis": "^3.0.0", "cookie-parser": "1.4.1", "debug": "2.2.0", "express": "4.13.4", "express-session": "1.13.0", "hacktiv": "0.0.4", "istanbul": "^0.4.3", "livescript": "1.4.0", "mocha": "2.4.5", "mongous": "0.2.7", "mysql": "2.10.2", "polyparams": "0.0.4", "prelude-ls": "1.1.2", "q": "1.4.1", "redis": "^2.2.5", "repl.history": "0.1.3", "rest": "^1.3.1", "rest-js": "^1.1.2", "superagent": "1.8.3", "supertest": "1.2.0", "underscore": "1.8.3", "validator": "~3.27.0" }, "description": "Complete NodeJS Framework for Restfull APIs", "main": "index.js", "bin": { "N": "./bin/N", "Console": "./bin/Console.ls" }, "directories": { "test": "test" }, "devDependencies": { "chai": "^3.5.0", "coveralls": "^2.11.9", "livescript": "1.4.0", "mocha": "~2.0.1" }, "scripts": { "install": "./scripts/post-install.sh", "compile": "lsc -c -o lib src", "test-unit": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec --compilers ls:livescript test", "coverage": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js", "clean": "rm -rf ./coverage ./lib/*", "test": "NODULATOR_COVERAGE=1 npm run compile && npm run test-unit && npm run coverage && npm run clean", "release": "./scripts/release.sh" }, "repository": { "type": "git", "url": "git://github.com/Champii/Nodulator.git" }, "keywords": [ "REST", "API", "easy", "express", "ORM", "routing", "framework", "nodejs", "coffee", "coffeescript", "livescript", "reactive", "programming", "promises" ], "author": "Champii <contact@champii.io>", "license": "GPLv2", "bugs": { "url": "https://github.com/Champii/Nodulator/issues" } }