UNPKG

792 BJSONView Raw
1{
2 "name": "wiki-security-passportjs",
3 "version": "0.2.0",
4 "description": "Security plugin for Federated Wiki, using passport.js",
5 "author": "Paul Rodwell <paul.rodwell@btinternet.com> (http://rodwell.me)",
6 "license": "MIT",
7 "dependencies": {
8 "coffeescript": "^1.12.7",
9 "es6-promise": "^4.1.1",
10 "lodash": "^4.17.4",
11 "passport": "0.3.2",
12 "passport-github": "^1.1.0",
13 "passport-google-oauth20": "^1.0.0",
14 "passport-twitter": "^1.0.4",
15 "persona-pass": "^0.2.1",
16 "qs": "^6.5.1",
17 "whatwg-fetch": "^2.0.3"
18 },
19 "devDependencies": {
20 "coffeeify": "^3.0.1",
21 "grunt": "^1.0.1",
22 "grunt-browserify": "^5.2.0",
23 "grunt-contrib-watch": "^1.0.0",
24 "grunt-git-authors": "^3.2.0",
25 "grunt-nsp": "*",
26 "grunt-retire": "^1.0.7"
27 }
28}