forked from compwron/addict
-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 775 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 775 Bytes
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
{
"name": "addict",
"version": "1.1.1",
"description": "Get a full Active Directory REST API in 30 seconds",
"main": "index.js",
"keywords": [
"active",
"directory",
"ldap",
"REST",
"api",
"ad",
"addict",
"microsoft",
"windows",
"authentication",
"json"
],
"author": "dthree",
"license": "MIT",
"bin": {
"addict": "./bin/index.js",
"addict-cli": "./bin/index.js"
},
"dependencies": {
"ad": "^0.3.1",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"node-ssha256": "^0.1.1",
"swagpi": "^0.1.0",
"vorpal": "^1.12.0"
},
"devDependencies": {
"husky": "^0.14.3",
"lint-staged": "^4.0.2",
"prettier": "^1.5.3"
},
"scripts": {
"precommit": "lint-staged"
}
}