forked from larrybahr/windows-network-drive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 965 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
45
46
47
48
{
"name": "windows-network-drive",
"version": "2.1.1",
"description": "windows network drive stuff",
"license": "MIT",
"homepage": "https://github.com/larrybahr/windows-network-drive",
"author": {
"name": "Larry Bahr",
"url": "http://www.LB3Tech.net/"
},
"contributors": [
{
"name": "jayemdee",
"url": "https://github.com/jayemdee"
},
{
"name": "ohager",
"url": "https://github.com/ohager"
}
],
"devDependencies": {
"mocha": "^5.1.0",
"nyc": "^11.7.1"
},
"dependencies": {
"child-process-promise": "^2.2.1",
"windows-drive-letters": "^3.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/larrybahr/windows-network-drive.git"
},
"keywords": [
"microsoft",
"windows",
"drive",
"network",
"mount",
"filesystem"
],
"main": "index.js",
"scripts": {
"test": "nyc mocha"
},
"engines": {
"node": ">=4.2.4"
}
}