-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
54 lines (54 loc) · 1.01 KB
/
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
49
50
51
52
53
54
{
"name": "ufilesync",
"version": "0.3.7",
"dependencies": {
"amqplib": "^0.5.2",
"async": "2.5.0",
"busboy": "^0.2.14",
"form-data": "2.3.1",
"formidable": "1.1.1",
"fs-extra": "4.0.2",
"fstime": "1.0.7",
"lodash": "4.17.4",
"mocha": "4.0.1",
"nan": "2.7.0",
"rimraf": "2.6.2",
"urlencode": "1.1.0"
},
"devDependencies": {},
"description": ".",
"keywords": [
"synchronisation",
"servers"
],
"repository": {
"type": "git",
"url": "git://github.com/l0gd0g/uFileSync.git"
},
"author": "Maxim Jarusov <[email protected]>",
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"main": "./index",
"engines": {
"node": ">= 4.2.2"
},
"scripts": {
"install": "",
"test": "mocha --timeout 20000"
},
"maintainers": [
"Maxim <[email protected]>"
],
"homepage": "https://github.com/l0gd0g/uFileSync.git",
"bugs": {
"url": "https://github.com/l0gd0g/uFileSync/issues"
},
"directories": {
"test": "test"
},
"license": "ISC"
}