nodulator
Version:
Complete NodeJS Framework for Restfull APIs
32 lines (31 loc) • 751 B
JSON
{
"name": "nodulator-account",
"version": "0.0.7",
"description": "Nodulator-Account",
"dependencies": {
"async": "^0.9.0",
"cookie-parser": "1.3.3",
"passport": "0.2.1",
"passport-local": "1.0.0",
"superagent": "^1.2.0",
"supertest": "^0.15.0",
"underscore": "^1.8.2"
},
"main": "index.coffee",
"scripts": {
"test": "mocha --compilers coffee:coffee-script/register test"
},
"repository": {
"type": "git",
"url": "git://github.com/Champii/Nodulator-Account.git"
},
"author": "Champii <greine_f@epitech.eu>",
"license": "0",
"bugs": {
"url": "https://github.com/Champii/Nodulator-Account/issues"
},
"devDependencies": {
"mocha": "~2.0.1",
"coffee-script": "1.9.1"
}
}