forked from bids-standard/legacy-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
45
46
47
{
"name": "bids-validator",
"version": "0.0.0",
"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": {
"ajv": "^5.2.2",
"async": "^2.1.5",
"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": "^1.0.4",
"path": "^0.12.7",
"pluralize": "^3.1.0",
"yargs": "^6.6.0",
"ignore": "^3.3.7"
},
"devDependencies": {
"adm-zip": "",
"chai": "",
"eslint": "^3.16.1",
"mocha": "^3.2.0",
"publish": "^0.6.0",
"sync-request": "4.0.1"
}
}