-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.35 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "we-plugin-passport-facebook",
"description": "We.js facebook authentication plugin",
"version": "1.6.2",
"main": "plugin.js",
"scripts": {
"test": "NODE_ENV=test LOG_LV=info ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js",
"coverage": "NODE_ENV=test LOG_LV=info nyc ./node_modules/.bin/mocha test/bootstrap.js test/**/*.test.js -b"
},
"dependencies": {
"passport-facebook": "^3.0.0",
"request": "^2.88.0"
},
"devDependencies": {
"fs-extra": "^8.1.0",
"nyc": "^15.0.0",
"sqlite3": "^4.1.1",
"chance": "^1.1.4",
"connect-sqlite3": "^0.9.11",
"mocha": "7.0.1",
"rimraf": "^3.0.1",
"sinon": "8.1.1",
"supertest": "4.0.2",
"we-core": "^3.1.8",
"we-passport-oauth2-password": "^2.0.2",
"we-plugin-acl": "^1.2.16",
"we-plugin-auth": "^2.3.2",
"we-plugin-user": "^3.0.1",
"we-test-tools": "^1.0.0"
},
"engines": {
"node": ">=6.0.0"
},
"author": "Alberto Souza <[email protected]>",
"keywords": [
"wejs-plugin"
],
"repository": "wejs/we-plugin-passport-facebook",
"license": "MIT",
"wejs": {
"plugins": {
"we-plugin-auth": true,
"we-plugin-user": true,
"we-passport-oauth2-password": true,
"we-plugin-acl": true
},
"dependencies": {
"we-plugin-auth": true,
"we-plugin-user": true
}
}
}