-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 879 Bytes
/
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
{
"name": "node-diskmanager",
"version": "1.0.0",
"description": "Package designed to allow you get get SMART disk information as well as create Software RAID and mount disks",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Jafesu/node-diskmanager.git"
},
"dependencies": {
"chalk": "^2.4.1",
"debug": "^4.1.0",
"node-smartctl": "^1.0.4",
"path": "^0.12.7",
"shelljs": "^0.8.3"
},
"keywords": [
"node",
"disks",
"diskmanagement",
"management",
"SMART",
"smartctl",
"mdadm",
"raid"
],
"author": "Ezekiel J. Hammond",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jafesu/node-diskmanager/issues"
},
"homepage": "https://github.com/Jafesu/node-diskmanager#readme"
}