httplease-asap
Version:
ASAP authentication filter for httplease
60 lines (59 loc) • 1.34 kB
JSON
{
"name": "httplease-asap",
"version": "0.6.0",
"description": "ASAP authentication filter for httplease",
"main": "index.js",
"scripts": {
"test": "npm run test:lint && npm run test:coverage",
"test:lint": "eslint lib test --fix",
"test:jasmine": "jasmine JASMINE_CONFIG_PATH=jasmine.json",
"test:coverage": "nyc jasmine JASMINE_CONFIG_PATH=jasmine.json",
"prepublish": "npm test"
},
"repository": "bitbucket:atlassianlabs/httplease-asap",
"keywords": [
"httplease",
"http",
"client",
"request",
"asap",
"authentication"
],
"contributors": [
{
"name": "Igor Sechyn",
"email": "isechyn@atlassian.com"
},
{
"name": "James Bunton",
"email": "jbunton@atlassian.com"
},
{
"name": "Sam Reis",
"email": "sreis@atlassian.com"
},
{
"name": "David Sommerich",
"email": "dsommerich@atlassian.com"
}
],
"license": "Apache-2.0",
"files": [
"index.js",
"index.d.ts",
"lib"
],
"dependencies": {
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-jbunton": "0.0.7",
"express": "^4.14.0",
"express-asap": "^1.4.0",
"httplease": "^0.7.0",
"jasmine": "^2.4.1",
"jasmine-promise-tools": "^1.0.0",
"nyc": "^13.1.0"
}
}