carcass-auth
Version:
(Node.js) Authentication middlewares, in Carcass style.
56 lines (55 loc) • 1.33 kB
JSON
{
"name": "carcass-auth",
"version": "0.4.1",
"description": "(Node.js) Authentication middlewares, in Carcass style.",
"author": {
"name": "Wiredcraft",
"email": "info@wiredcraft.com",
"url": "http://wiredcraft.com"
},
"contributors": [
"Makara Wang"
],
"keywords": [
"carcass",
"auth"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Wiredcraft/carcass-auth.git"
},
"bugs": {
"url": "https://github.com/Wiredcraft/carcass-auth/issues"
},
"homepage": "https://github.com/Wiredcraft/carcass-auth",
"dependencies": {
"carcass": "0.11.4",
"cookie": "0.x",
"cookie-signature": "1.x",
"debug": "1.x",
"qs": "0.x"
},
"devDependencies": {
"body-parser": "latest",
"carcass-config": "latest",
"carcass-monitor": "latest",
"carcass-program": "latest",
"connect": "latest",
"connect-redis": "latest",
"cookie-parser": "latest",
"cookiejar": "latest",
"express": "latest",
"express-session": "latest",
"gulp": "latest",
"gulp-coffee": "latest",
"gulp-coffeelint": "latest",
"gulp-jshint": "latest",
"gulp-mocha": "latest",
"gulp-util": "latest",
"jshint-stylish": "latest",
"should": "latest",
"supertest": "latest"
},
"scripts": {}
}