UNPKG

turtle-validator

Version:

This command line tool validates Turtle documents and does XSD datatype checks

48 lines (47 loc) 1.11 kB
{ "name": "turtle-validator", "version": "1.1.1", "description": "This command line tool validates Turtle documents and does XSD datatype checks", "main": "lib/validator.js", "bin": { "ttl": "./TurtleValidator.js" }, "dependencies": { "n3": "^1.4.0" }, "devDependencies": { "browserify": "^16.5.1", "local-web-server": "^2.6.1" }, "engines": { "node": ">=4.0" }, "scripts": { "build": "browserify lib/validator.js -o public/js/ttl.js", "test": "echo \"Error: no test specified\" && exit 1", "start": "npm install && npm build && ws" }, "repository": { "type": "git", "url": "git://github.com/mmlab/TurtleValidator.git" }, "keywords": [ "Turtle", "RDF", "Semantic", "Web" ], "author": "Miel Vander Sande", "contributors": [ { "name": "Pieter Colpaert", "email": "pieter.colpaert@ugent.be", "url": "https://pietercolpaert.be" } ], "license": "MIT", "bugs": { "url": "https://github.com/mmlab/TurtleValidator/issues" }, "homepage": "https://github.com/mmlab/TurtleValidator" }