-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 919 Bytes
/
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
{
"name": "windows-fs",
"version": "1.2.0",
"description": "Windows utilities when working with the file system",
"main": "index.js",
"scripts": {
"lint": "standard",
"release": "xyz",
"test": "tape test/*.js | tap-spec",
"docs": "documentation readme index.js -s \"API\""
},
"engines": {
"node": "6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/kanton-aargau/windows-fs"
},
"keywords": [
"Windows",
"cmd",
"drive mount",
"os",
"directory",
"size",
"unc",
"path"
],
"author": "Kanton Aargau",
"license": "MIT",
"devDependencies": {
"documentation": "^4.0.0-beta2",
"standard": "^6.0.8",
"tap-spec": "^4.1.1",
"tape": "^4.5.1",
"xyz": "^0.5.0"
},
"dependencies": {
"buffered-spawn": "^3.0.0",
"fswalk": "^1.2.0",
"ramda": "^0.21.0",
"windows-powershell": "^0.1.0"
}
}