-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 983 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
46
47
48
49
{
"name": "jda",
"version": "0.4.0",
"description": "JSData is a lightweight JData annotation encoder and decoder for JavaScript and NodeJS",
"main": "jdata.js",
"directories": {
"test": "test"
},
"dependencies": {
"atob": "^2.1.2",
"btoa": "^1.2.1",
"numjs": "^0.16.1",
"pako": "^2.1.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NeuroJSON/jsdata.git"
},
"author": "Qianqian Fang <q.fang at neu.edu>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/NeuroJSON/jsdata/issues"
},
"homepage": "https://neurojson.org",
"devDependencies": {},
"keywords": [
"JSON",
"JData",
"UBJSON",
"binary JSON",
"NeuroJSON",
"scientific data",
"BJData",
"encoder",
"decoder",
"parser",
"serialization",
"neuroimaging",
"mesh",
"JMesh",
"JNIfTI",
"JSNIRF",
"BJD",
"UBJ"
]
}