forked from TritonDataCenter/sdc-hagfish-watcher
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 744 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 744 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
{
"name": "hagfish-watcher",
"description": "SmartDataCenter Usage Watcher Agent",
"version": "1.0.1",
"author": "Joyent (joyent.com)",
"private": true,
"dependencies": {
"bunyan": "0.21.3",
"sax": "0.5.4",
"mkdirp": "0.3.5",
"kstat": "^1.0.2",
"zutil": "1.0.0",
"extsprintf": "1.0.3",
"vasync": "1.5.0",
"jsprim": "0.5.1",
"verror": "1.3.7",
"assert-plus": "0.1.5"
},
"scripts": {
"postinstall": "npm/postinstall.sh",
"postuninstall": "npm/postuninstall.sh"
},
"license": "MPL-2.0",
"repository": {
"type": "git",
"url": "https://github.com/TritonDataCenter/sdc-hagfish-watcher.git"
}
}