-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
45 lines (45 loc) · 1.04 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
{
"name": "smartdc-auth",
"description": "Triton Authentication Library",
"version": "2.6.0",
"author": "MNX Cloud (mnx.io)",
"license": "MIT",
"contributors": [
"Mark Cavage",
"Nate Fitch",
"Bryan Cantrill",
"Pedro P. Candel",
"Dave Pacheco",
"Alex Wilson"
],
"repository": {
"type": "git",
"url": "https://github.com/TritonDataCenter/node-smartdc-auth.git"
},
"main": "lib/index.js",
"scripts": {
"test": "tape test/*.test.js"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"engines": {
"node": ">=0.10"
},
"dependencies": {
"assert-plus": "^1.0.0",
"bunyan": "1.8.12",
"clone": "0.1.5",
"dashdash": "1.10.1",
"http-signature": "1.4.0",
"once": "1.3.0",
"sshpk-agent": "^1.8.1",
"sshpk": "^1.18.0",
"vasync": "^2.2.1"
},
"devDependencies": {
"tape": ">=4.2.0 <5.0.0",
"temp": ">=0.8.0 <0.9.0"
}
}