nodulator
Version:
Complete NodeJS Framework for Restfull APIs
34 lines (33 loc) • 755 B
JSON
{
"name": "nodulator-socket",
"version": "0.0.3",
"description": "Nodulator-Socket",
"dependencies": {
"async": "^0.9.0",
"cookie-parser": "*",
"passport.socketio": "^3.6.0",
"socket.io": "*",
"supertest": "^0.15.0",
"underscore": "^1.8.2"
},
"main": "index.coffee",
"repository": {
"type": "git",
"url": "git://github.com/Champii/Nodulator-Socket.git"
},
"author": "Champii <greine_f@epitech.eu>",
"license": "0",
"bugs": {
"url": "https://github.com/Champii/Nodulator-Socket/issues"
},
"directories": {
"test": "test"
},
"devDependencies": {
"mocha": "~2.0.1",
"coffee-script": "*"
},
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test"
}
}