forked from atroo/node-weedfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 934 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
{
"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.3.0",
"main": "./index",
"repository": {
"type": "git",
"url": "git://github.com/atroo/node-weedfs"
},
"dependencies": {
"form-data": "^0.2.0"
},
"devDependencies": {
"chai": "^3.2.0",
"gulp": "^3.9.0",
"gulp-mocha": "^2.1.3",
"gulp-plumber": "^1.0.1",
"gulp-util": "^3.0.6"
},
"engines": {
"node": ">=0.12.0"
}
}