2014-04-17 16:28:54 +02:00
|
|
|
{
|
2014-04-21 14:18:02 +02:00
|
|
|
"name": "turtle-validator",
|
2018-02-16 11:16:18 +01:00
|
|
|
"version": "1.0.2",
|
2014-04-21 14:18:02 +02:00
|
|
|
"description": "This command line tool validates Turtle documents and does XSD datatype checks",
|
2018-02-16 11:16:18 +01:00
|
|
|
"main": "lib/validator.js",
|
2014-04-28 15:08:22 +02:00
|
|
|
"bin": {
|
|
|
|
"ttl": "./TurtleValidator.js"
|
|
|
|
},
|
2014-04-21 14:18:02 +02:00
|
|
|
"dependencies": {
|
2018-02-16 11:16:18 +01:00
|
|
|
"n3": "^0.11.x"
|
2014-04-21 14:18:02 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
2018-02-16 11:16:18 +01:00
|
|
|
"build": "browserify lib/validator.js -o public/js/ttl.js",
|
2014-04-21 14:18:02 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/mmlab/TurtleValidator.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"Turtle",
|
|
|
|
"RDF",
|
|
|
|
"Semantic",
|
|
|
|
"Web"
|
|
|
|
],
|
|
|
|
"author": "Miel Vander Sande",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/mmlab/TurtleValidator/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/mmlab/TurtleValidator"
|
2014-04-17 16:28:54 +02:00
|
|
|
}
|