-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 843 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 843 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
{
"author": "Joyent, Inc. http://www.joyent.com",
"name": "smartdc",
"description": "Old Client SDK and CLI for the Joyent SmartDataCenter API",
"version": "9.0.1",
"repository": {
"type": "git",
"url": "https://github.com/joyent/node-smartdc.git"
},
"main": "lib/index.js",
"engines": {
"node": ">=0.8.14"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"dependencies": {
"assert-plus": "0.1.5",
"lru-cache": "2.2.0",
"nopt": "2.0.0",
"restify": "4.0.3",
"bunyan": "1.5.1",
"clone": "0.1.6",
"smartdc-auth": "2.3.1",
"cmdln": "3.2.1",
"dashdash": "1.7.3",
"vasync": "1.6.2"
},
"devDependencies": {
"tape": "3.5.0",
"node-uuid": "1.4.2"
}
}