nodulator
Version:
Complete NodeJS Framework for Restfull APIs
70 lines (69 loc) • 1.4 kB
JSON
{
"name": "nodulator",
"version": "0.1.3",
"dependencies": {
"assert": "*",
"async": "*",
"body-parser": "*",
"connect-redis": "^3.0.0",
"cookie-parser": "*",
"debug": "2.2.0",
"express": "*",
"express-session": "*",
"hacktiv": "0.0.3",
"livescript": "1.4.0",
"mocha": "*",
"mongous": "*",
"mysql": "*",
"polyparams": "0.0.3",
"prelude-ls": "1.1.2",
"q": "1.4.1",
"redis": "^2.2.5",
"repl.history": "0.1.3",
"superagent": "*",
"supertest": "*",
"underscore": "*",
"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": {
"mocha": "~2.0.1",
"livescript": "^1.4.0"
},
"scripts": {
"test": "mocha --compilers ls:livescript test"
},
"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"
}
}