forked from adobe/node-smb-server
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 897 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
{
"name": "node-smb-server",
"description": "A Pure JavaScript SMB Server Implementation",
"version": "0.10.11",
"keywords": [
"SMB",
"CIFS",
"Samba",
"NTLM",
"NetBIOS",
"File-Sharing",
"Share",
"Server"
],
"main": "index.js",
"scripts": {
"start": "node ./index.js"
},
"dependencies": {
"binary": "~0.3.0",
"put": "~0.0.6",
"winston": "^2.2.0",
"async": "^1.4.2",
"lodash": "^4.5.0",
"long": "^3.0.3",
"errno": "~0.1.4",
"request": "^2.65.0",
"mime": "^1.3.4",
"temp": "^0.8.3",
"mkdirp": "^0.5.1",
"unorm": "^1.4.1",
"nedb": "^1.8.0"
},
"license": "Apache-2.0",
"engines": {
"node": ">= 0.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/adobe/node-smb-server.git"
},
"bugs": {
"url": "https://github.com/adobe/node-smb-server/issues"
}
}