You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
862 B
JSON

{
"name": "jsonwebtoken-promisified",
"version": "1.0.3",
"description": "A thin wrapper that provides promisified methods for the `jsonwebtoken` module.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/joepie91/node-jsonwebtoken-promisified"
},
"keywords": [
"jsonwebtoken",
"jwt",
"promises",
"bluebird"
],
"author": "Sven Slootweg",
"license": "WTFPL",
"dependencies": {
"bluebird": "^3.3.3",
"jsonwebtoken": "^5.7.0",
"promisify-simple-callback": "^1.0.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-plumber": "^1.1.0",
"gulp-remember": "^0.3.0",
"gulp-util": "^3.0.7"
}
}