wiki-security-passportjs/package.json

32 lines
904 B
JSON
Raw Permalink Normal View History

2016-03-16 14:13:37 +00:00
{
2016-03-31 04:47:41 +00:00
"name": "wiki-security-passportjs",
2023-10-08 17:35:57 +00:00
"version": "0.8.2",
2016-03-31 04:47:41 +00:00
"description": "Security plugin for Federated Wiki, using passport.js",
2016-03-16 14:13:37 +00:00
"author": "Paul Rodwell <paul.rodwell@btinternet.com> (http://rodwell.me)",
"license": "MIT",
"dependencies": {
2023-02-07 11:24:58 +00:00
"@passport-js/passport-twitter": "^1.0.8",
"coffeescript": "^2.4.1",
"jwt-decode": "^4.0.0",
2020-07-16 13:21:14 +00:00
"lodash": "^4.17.19",
2018-12-18 20:28:25 +00:00
"passport": "^0.3.2",
"passport-github2": "^0.1.12",
"passport-google-oauth20": "^2.0.0",
2023-04-18 08:57:25 +00:00
"passport-oauth2": "^1.6.1"
2016-03-16 14:13:37 +00:00
},
"devDependencies": {
"coffeeify": "^3.0.1",
2020-07-16 13:21:14 +00:00
"grunt": "^1.2.1",
"grunt-browserify": "^6.0.0",
"grunt-contrib-watch": "^1.0.0",
2022-07-25 17:17:57 +00:00
"grunt-git-authors": "^3.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-security-passportjs"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-security-passportjs/issues"
2016-03-16 14:13:37 +00:00
}
}