forked from bhoriuchi/passport-activedirectory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.09 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
{
"name": "passport-activedirectory",
"version": "1.4.0",
"description": "Active Directory strategy for passport.js",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/bhoriuchi/passport-activedirectory.git"
},
"scripts": {
"build:copybrc": "cp build/.build.babelrc src/.babelrc",
"build:rmbrc": "rm -f src/.babelrc",
"build": "npm run build:copybrc && rollup -c build/rollup.config.js && npm run build:rmbrc"
},
"author": "Branden Horiuchi <[email protected]>",
"dependencies": {
"activedirectory2": "^2.1.0",
"passport": "^0.6.0"
},
"devDependencies": {
"rollup": "^0.34.10",
"rollup-plugin-babel": "^2.6.1",
"babel-preset-es2015-rollup": "^3.0.0"
},
"bugs": {
"url": "https://github.com/bhoriuchi/passport-activedirectory/issues"
},
"homepage": "https://github.com/bhoriuchi/passport-activedirectory#readme",
"directories": {
"example": "example"
},
"keywords": [
"passport",
"active",
"directory",
"ad",
"ldap",
"authentication",
"strategy"
]
}