UNPKG

nodulator

Version:

Nodulator ============

66 lines (65 loc) 1.32 kB
{ "name": "nodulator", "version": "0.0.6", "dependencies": { "assert": "*", "async": "*", "body-parser": "*", "cookie-parser": "*", "cookie-session": "*", "coffee-middleware": "*", "connect-cachify": "*", "connect-redis": "*", "express": "*", "express-session": "*", "jade": "*", "mongous": "*", "mocha": "*", "mysql": "*", "node-mysql": "*", "node-rest-client": "*", "passport": "*", "passport-local": "*", "passport.socketio": "*", "passport-facebook": "*", "passport-google": "*", "passport-linkedin": "*", "passport-twitter": "*", "settings": "*", "socket.io": "*", "superagent": "*", "supertest": "*", "underscore": "*" }, "description": "Nodulator ============", "main": "index.js", "bin": { "Nodulator": "./bin/Nodulator" }, "directories": { "test": "test" }, "devDependencies": { "mocha": "~2.0.1" }, "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/Champii/Nodulator.git" }, "keywords": [ "REST", "API", "coffee", "easy", "express", "ORM" ], "author": "Champii <greine_f@epitech.eu>", "license": "0", "bugs": { "url": "https://github.com/Champii/Nodulator/issues" } }