forked from cruzrr/seaweedfs.js
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
45 lines (45 loc) · 1.02 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
{
"author": "atroo",
"license": "ISC",
"contributors": [
{
"name": "atroo GbR",
"email": "[email protected]"
},
{
"name": "Aaron Blakely",
"email": "[email protected]"
}
],
"keywords": [
"weedfs",
"seaweedfs",
"seaweed",
"driver",
"filestorage",
"distributed"
],
"name": "node-seaweedfs",
"description": "Node.js client for seaweed-fs, a distributed file store",
"homepage": "https://github.com/atroo/node-weedfs",
"version": "1.4.0",
"main": "./index",
"repository": {
"type": "git",
"url": "git://github.com/atroo/node-weedfs"
},
"dependencies": {
"form-data": "^2.3.2"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-istanbul": "^1.1.3",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6"
},
"engines": {
"node": ">=4"
}
}