-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 768 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 768 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
{
"name": "no1_partition",
"version": "1.0.1",
"description": "show cumputer logical disks ( partitations ) info, current version only support and test on windows 10 enterprise lts x64, windows server 2012 r2 standard edition, windows server 2012 R2 datacenter edition.",
"main": "lib/no1_partition.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/remembercode/no1_partition.git"
},
"keywords": [
"partition",
"info",
"free",
"space",
"ntfs",
"filesystem"
],
"author": "Wang Bing",
"license": "MIT",
"bugs": {
"url": "https://github.com/remembercode/no1_partition/issues"
},
"homepage": "https://github.com/remembercode/no1_partition#readme"
}