forked from TritonDataCenter/node-smartdc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 679 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 679 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
{
"author": "Joyent, Inc. http://www.joyent.com",
"name": "smartdc",
"description": "Client SDK and CLI for the Joyent SmartDataCenter API",
"version": "7.0.0",
"private": true,
"homepage": "http://www.joyent.com/software/smartdatacenter",
"repository": {
"type": "git",
"url": "git://github.com/joyent/node-smartdc.git"
},
"main": "lib/index.js",
"engines": {
"node": ">=0.6"
},
"directories": {
"bin": "./bin",
"lib": "./lib"
},
"dependencies": {
"http-signature": "0.9.9",
"lru-cache": "1.1.0",
"nopt": "1.0.10",
"restify": "1.4.3",
"bunyan": "0.8.0",
"ssh-agent": "0.1.0"
},
"devDependencies": {}
}