forked from bids-standard/legacy-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 833 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 833 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
38
{
"name": "bids-validator",
"version": "0.13.2",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/INCF/bids-validator.git"
},
"scripts": {
"test": "./node_modules/.bin/mocha tests/",
"npmPublish": "publish"
},
"bin": {
"bids-validator": "./bin/bids-validator"
},
"author": "Squishymedia",
"license": "MIT",
"bugs": {
"url": "https://github.com/INCF/bids-validator/issues"
},
"homepage": "https://github.com/INCF/bids-validator",
"dependencies": {
"async": "^1.2.1",
"colors": "^1.1.0",
"jshint": "^2.8.0",
"nifti-js": "^1.0.0",
"pako": "^0.2.8",
"yargs": "^3.25.0"
},
"devDependencies": {
"adm-zip": "",
"chai": "",
"mocha": "^2.2.5",
"publish": "^0.5.0",
"sync-request": ""
}
}