-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1010 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 1010 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
42
43
44
{
"name": "duo-api",
"version": "1.2.2",
"author": {
"name": "Alex Olson",
"email": "alexkellenolson@gmail.com",
"url": "https://github.com/alexkolson"
},
"contributors": [
{
"name": "Josh Nichols",
"email": "technicalpickles@github.com",
"url": "http://technicalpickles.com/"
}
],
"bugs": {
"url": "https://github.com/alexkolson/node-duo-api/issues"
},
"dependencies": {
"bluebird": "^2.9.34",
"request": "^2.58.0"
},
"description": "Duosecurity API Client",
"devDependencies": {
"chai": "^3.0.0",
"gulp": "^3.9.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mocha": "^2.1.2"
},
"homepage": "https://github.com/alexkolson/node-duo-api#readme",
"keywords": [
"duo-security",
"duo-admin-api",
"duo-auth-api",
"duo-verify-api",
"duo-accounts-api"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/alexkolson/node-duo-api.git"
}
}