sailor-module-authentication
Version:
Adds support for verify domains and JSONWebtoken (JWT)
40 lines (39 loc) • 930 B
JSON
{
"name": "sailor-module-authentication",
"description": "Adds support for verify domains and JSONWebtoken (JWT)",
"version": "0.2.0",
"author": {
"name": "Kiko Beats",
"email": "josefrancisco.verdu@gmail.com",
"url": "https://github.com/Kikobeats"
},
"dependencies": {
"jsonwebtoken": "*"
},
"devDependencies": {
"coffee-script": "*",
"grunt": "*",
"grunt-contrib-watch": "*",
"load-grunt-tasks": "*",
"mocha": "*",
"should": "*",
"superagent": "*",
"sailorjs": "git://github.com/sailorjs/sailorjs",
"grunt-translate-compile": "git://github.com/sailorjs/translate-compile"
},
"engines": {},
"homepage": "",
"keywords": [
"sailor",
"module"
],
"license": "MIT",
"main": "",
"repository": {
"type": "git",
"url": "http://github.com/sailorjs/sailor-module-authentication.git"
},
"scripts": {
"test": "sh test/test.sh"
}
}