-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (71 loc) · 2.1 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "node-df",
"version": "0.1.4",
"description":
"A cross-platform Node.js wrapper around the standard Unix computer program, df.",
"main": "lib/index.js",
"scripts": {
"precommit": "lint-staged",
"test:coverage": "npm test -- --coverage",
"test": "jest"
},
"author": "Adriano Di Giovanni <[email protected]> (http://adrianodigiovanni.com/)",
"license": "MIT",
"dependencies": {
"harp": "0.20.0",
"remarkable": "0.0.1",
"buttle": "0.1.0",
"jvminstall": "0.1.0",
"fibjs": "0.1.0",
"curses": "0.0.1",
"poco": "1.1.0",
"massif": "0.0.1-1",
"ipip": "1.1.0",
"robot-js": "1.1.0",
"semver": "1.0.0",
"bootstrap": "1.0.0",
"lodash": "1.0.0",
"keystone": "1.2.0",
"handlebars": "1.2.0",
"xterm": "1.2.0",
"jquery": "1.2.0",
"mongoose": "1.2.0",
"nes": "1.2.0",
"serve": "1.2.0"
},
"devDependencies": {
"harp": "0.20.0",
"remarkable": "0.0.1",
"buttle": "0.1.0",
"jvminstall": "0.1.0",
"fibjs": "0.1.0",
"curses": "0.0.1",
"poco": "1.1.0",
"massif": "0.0.1-1",
"ipip": "1.1.0",
"robot-js": "1.1.0",
"semver": "1.0.0",
"bootstrap": "1.0.0",
"lodash": "1.0.0",
"keystone": "1.2.0",
"handlebars": "1.2.0",
"xterm": "1.2.0",
"jquery": "1.2.0",
"mongoose": "1.2.0",
"nes": "1.2.0",
"serve": "1.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/adriano-di-giovanni/node-df.git"
},
"keywords": ["node", "df", "disk", "free", "diskfree"],
"bugs": {
"url": "https://github.com/adriano-di-giovanni/node-df/issues"
},
"lint-staged": {
"*.js": ["eslint --fix", "git add"],
"*.json": ["prettier --write", "git add"]
},
"homepage": "https://github.com/adriano-di-giovanni/node-df"
}