trinte-auth
Version:
Auth module for TrinteJS Javascript MVC Framework
39 lines • 818 B
JSON
{
"optionalDependencies": {},
"keywords": [
"auth",
"everyauth",
"passport",
"trinte",
"trintejs",
"caminte"
],
"engines": {
"node": ">=0.8",
"npm": ">=1.0"
},
"licenses": [],
"devDependencies": {
"nodeunit": ">=0.5.4"
},
"homepage": "http://www.trintejs.com/",
"version": "0.0.5",
"main": "./index.js",
"author": {
"name": "Aleksej Gordejev",
"email": "aleksej@gordejev.lv",
"url": "https://github.com/biggora/"
},
"scripts": {"test": "nodeunit tests/test.js"},
"repository": {
"type": "git",
"url": "git://github.com/biggora/trinte-auth.git"
},
"directories": {
"lib": "lib",
"tests": "tests"
},
"dependencies": {},
"description": "Auth module for TrinteJS Javascript MVC Framework",
"name": "trinte-auth"
}