forked from adriano-di-giovanni/node-df
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 769 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 769 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
{
"name": "node-df",
"version": "0.1.3",
"description": "A cross-platform Node.js wrapper around the standard Unix computer program, df.",
"main": "lib/df.js",
"scripts": {
"test": "mocha -R spec test/"
},
"author": "Adriano Di Giovanni <me@adrianodigiovanni.com> (http://adrianodigiovanni.com/)",
"license": "MIT",
"dependencies": {
"underscore": "^1.6.0"
},
"directories": {
"test": "test"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "https://github.com/adriano-di-giovanni/node-df.git"
},
"keywords": [
"node",
"df",
"diskfree"
],
"bugs": {
"url": "https://github.com/adriano-di-giovanni/node-df/issues"
},
"homepage": "https://github.com/adriano-di-giovanni/node-df"
}