wiki-security-passportjs/package.json

36 lines
1.0 KiB
JSON
Raw Normal View History

2016-03-16 14:13:37 +00:00
{
2016-03-31 04:47:41 +00:00
"name": "wiki-security-passportjs",
2021-02-16 19:18:51 +00:00
"version": "0.4.9",
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": {
"coffeescript": "^2.4.1",
"es6-promise": "^4.2.8",
2020-07-16 13:21:14 +00:00
"lodash": "^4.17.19",
2018-12-18 20:28:25 +00:00
"passport": "^0.3.2",
2020-07-16 13:21:14 +00:00
"passport-github": "github:FedWiki/passport-github#70fe99ba7e66422092a19d89f4b1ab1a23eac644",
"passport-google-oauth20": "^2.0.0",
2021-10-21 22:29:07 +00:00
"passport-oauth2": "^1.6.1",
2016-05-25 07:36:55 +00:00
"passport-twitter": "^1.0.4",
"persona-pass": "^0.2.1",
"qs": "^6.7.0",
2020-07-16 13:21:14 +00:00
"whatwg-fetch": "^3.2.0"
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": "^5.2.0",
"grunt-contrib-watch": "^1.0.0",
2016-05-04 09:10:33 +00:00
"grunt-git-authors": "^3.2.0",
"grunt-retire": "^1.0.8"
},
"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
}
}