forked from bids-standard/legacy-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.02 KB
/
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
{
"name": "bids-validator",
"version": "0.19.9",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/INCF/bids-validator.git"
},
"scripts": {
"lint": "./node_modules/eslint/bin/eslint.js ./**/*.js",
"test": "./node_modules/.bin/mocha tests/ tests/**/**.spec.js",
"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",
"bytes": "^2.3.0",
"cliff": "^0.1.10",
"colors": "^1.1.0",
"jshint": "^2.8.0",
"minimatch": "3.0.3",
"nifti-js": "^1.0.0",
"pako": "^0.2.8",
"pluralize": "^1.2.1",
"yargs": "^3.25.0"
},
"devDependencies": {
"adm-zip": "",
"chai": "",
"eslint": "^2.7.0",
"mocha": "^2.2.5",
"publish": "^0.5.0",
"sync-request": "2.2.0"
}
}