forked from HW-SWeL/ShEx-validator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·32 lines (32 loc) · 853 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
{
"name": "ShEx-validator",
"version": "1.0.0",
"description": "Parses and a ShEx schema and ShEx data file and validates the data against the schema.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/HW-SWeL/ShEx-validator"
},
"scripts": {
"postinstall": "patch-package"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HW-SWeL/ShEx-validator/issues"
},
"homepage": "https://github.com/HW-SWeL/ShEx-validator",
"dependencies": {
"exit": "^0.1.2",
"minimist": "^1.1.0",
"n3": "git+https://github.com/rdfjs/N3.js.git#ff1fe8ee6926f8521a01b565d0994966e87febc7",
"promise": "^6.1.0",
"shex": "^0.9.2",
"is-json": "^2.0.1"
},
"devDependencies": {
"mocha": "^2.2.1",
"patch-package": "^5.1.1",
"pegjs": "^0.8.0"
}
}