-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 824 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 824 Bytes
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
{
"name": "syndicate-storage",
"version": "0.2.5",
"description": "A node.js binding for Syndicate storage",
"keywords": [
"syndicate",
"syndicate-storage",
"fs",
"filesystem"
],
"author": {
"name": "Illyoung Choi",
"email": "iychoi@email.arizona.edu",
"url": "https://github.com/syndicate-storage/syndicate-node.git"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/syndicate-storage/syndicate-node.git"
},
"dependencies": {
"ref": "latest",
"ffi": "latest",
"ref-struct": "latest",
"ref-union": "latest",
"ref-array": "latest",
"async": "latest"
},
"devDependencies": {},
"main": "syndicate.js",
"files": [
"libsyndicate.js",
"errors.js",
"posix_errors.js",
"syndicate.js"
]
}