forked from jduncanator/node-diskusage
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 694 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 694 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
{
"name": "diskusage",
"version": "0.2.2",
"description": "Get total diskspace and free diskspace using bindings around platform specific calls.",
"main": "index.js",
"typings": "index.d.ts",
"gypfile": true,
"dependencies": {
"nan": "^2.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/jduncanator/node-diskusage.git"
},
"keywords": [
"disk",
"usage",
"df",
"hdd",
"ssd",
"diskusage",
"df",
"free",
"space"
],
"author": "jduncanator",
"license": "MIT",
"bugs": {
"url": "https://github.com/jduncanator/node-diskusage/issues"
},
"homepage": "https://github.com/jduncanator/node-diskusage"
}