atlassian-oauth-helper
Version:
Allows simple configuration for Atlassian OAuth consumers using express
38 lines (37 loc) • 838 B
JSON
{
"name": "atlassian-oauth-helper",
"version": "0.0.3",
"description": "Allows simple configuration for Atlassian OAuth consumers using express",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://bitbucket.org/drewwalker/atlassian-oauth-helper"
},
"keywords": [
"Atlassian",
"OAuth",
"Confluence",
"Jira",
"Stash",
"Bamboo"
],
"author": "Drew Walker <drew.walker@gmail.com>",
"license": "Apache-2.0",
"homepage": "https://bitbucket.org/drewwalker/atlassian-oauth-helper#readme",
"devDependencies": {
"chai": "^3.2.0",
"express-session": "^1.11.3",
"mocha": "^2.3.0",
"morgan": "^1.6.1"
},
"dependencies": {
"express": "^4.13.3",
"oauth": "^0.9.13"
}
}