-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 857 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
{
"name": "xnat-rest",
"version": "2.0.1",
"description": "Implement the operations to communicate with xnat via REST api",
"main": "index.js",
"scripts": {
"test": "lab -m 24000 -v test.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/juanprietob/xnat-rest.git"
},
"keywords": [
"XNAT",
"REST",
"node"
],
"author": "[email protected]",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/juanprietob/xnat-rest/issues"
},
"homepage": "https://github.com/juanprietob/xnat-rest#readme",
"dependencies": {
"bluebird": "^3.4.6",
"csvtojson": "^1.1.9",
"dicomjs": "0.0.9",
"find": "^0.2.7",
"json2csv": "^3.11.1",
"prompt": "^1.0.0",
"request": "^2.76.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"lab": "^11.1.0"
}
}