authentic-client-es6-promises
Version:
Porting of authentic-client to ES6 & native promises
42 lines (41 loc) • 1.04 kB
JSON
{
"name": "authentic-client-es6-promises",
"version": "0.0.1",
"description": "Porting of authentic-client to ES6 & native promises",
"main": "index.js",
"scripts": {
"test": "node test/index.js && standard"
},
"keywords": [
"authentic",
"authentication",
"jwt"
],
"author": "Judicael Briand Djoko <sporgj@gmail.com>",
"license": "MIT",
"dependencies": {
"async-cache": "^1.1.0",
"is-url-superb": "^2.0.0",
"jsonist": "^1.3.0",
"jsonwebtoken": "^7.4.1",
"wildemitter": "^1.2.0"
},
"directories": {
"example": "example"
},
"devDependencies": {
"authentic-server": "^0.3.0",
"authentic-service": "0.0.0",
"level-mem": "^0.18.0",
"standard": "^5.4.1",
"tape": "^4.2.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sporgj/authentic-client-es6-promises"
},
"bugs": {
"url": "https://github.com/sporgj/authentic-client-es6-promises"
},
"homepage": "https://github.com/sporgj/authentic-client-es6-promises"
}