-
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) · 720 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 720 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": "express-ping-win-posix",
"version": "1.0.0",
"description": "Since the npm package express-ping can not get disk free in windows,\r It's a good idea to make it support windows",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"express",
"middleware",
"monitor"
],
"repository": {
"type": "git",
"url": "https://github.com/dreamdevil00/express-ping-win-posix.git"
},
"author": "dreamdevil00",
"bugs": {
"url": "https://github.com/dreamdevil00/express-ping-win-posix/issues"
},
"license": "MIT",
"dependencies": {
"async": "^2.4.1",
"diskusage": "^0.2.2",
"drivelist": "^5.0.22"
}
}