{
  "name": "nodulator",
  "version": "0.2.3",
  "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",
    "nodulator-account": "file:./src/Modules/Nodulator-Account",
    "nodulator-angular": "file:./src/Modules/Nodulator-Angular",
    "nodulator-assets": "file:./src/Modules/Nodulator-Assets",
    "nodulator-socket": "file:./src/Modules/Nodulator-Socket",
    "nodulator-view": "file:./src/Modules/Nodulator-View",
    "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": {
    "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"
  }
}
