-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 867 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 867 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
{
"name": "sfvalidator",
"version": "1.1.0",
"description": "Dataset validator",
"main": "./lib/validator.js",
"bin": {
"sfvalidator": "./bin/validate.js"
},
"scripts": {
"build": "browserify ./lib/browserify-validator.js -o bundle.js",
"build-example": "browserify ./lib/browserify-table-validator.js -o example/in-browser/bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smartflanders/sfvalidator.git"
},
"author": "Smart Flanders",
"license": "ISC",
"bugs": {
"url": "https://github.com/smartflanders/sfvalidator/issues"
},
"homepage": "https://github.com/smartflanders/sfvalidator#readme",
"dependencies": {
"chalk": "^2.3.1",
"cli-table": "^0.3.1",
"commander": "^2.14.1",
"detect-browser": "^2.1.0",
"fetch-ponyfill": "^5.0.1",
"ldfetch": "0.0.10"
}
}