webmaker-loginapi
Version:
Mozilla Webmaker SSO helper & integration module
35 lines (34 loc) • 733 B
JSON
{
"name": "webmaker-loginapi",
"version": "0.1.9",
"description": "Mozilla Webmaker SSO helper & integration module",
"keywords": [
"mozilla",
"persona",
"webmaker",
"SSO"
],
"author": {
"name": "Kieran Sedgwick",
"email": "kieran.sedgwick@gmail.com"
},
"license": "Apache 2.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/node-webmaker-loginapi.git"
},
"dependencies": {
"express-persona": "0.0.9",
"request": "2.21.0"
},
"devDependencies": {
"express": "~3.2.0",
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"mocha": "~1.9.0"
},
"scripts": {
"test": "grunt && mocha --reporter spec"
}
}