addon-google-oauth2
Version:
Authenticate with Google in the Addon SDK for Firefox
27 lines (26 loc) • 574 B
JSON
{
"name": "addon-google-oauth2",
"version": "0.2.0",
"description": "Authenticate with Google in the Addon SDK for Firefox",
"main": "addon-google-oauth2.js",
"scripts": {
"test": "echo \"No test\""
},
"repository": {
"type": "git",
"url": "http://github.com/AdrianArroyoCalle/firefox-addons"
},
"keywords": [
"addon-sdk",
"jetpack",
"jpm",
"oauth2",
"google",
"login"
],
"author": "Adrián Arroyo Calle",
"license": "MIT",
"bugs": {
"url": "https://github.com/AdrianArroyoCalle/firefox-addons/issues"
}
}