turtle-web-editor/package.json

33 lines
740 B
JSON
Raw Normal View History

2014-04-17 16:28:54 +02:00
{
2014-04-21 14:18:02 +02:00
"name": "turtle-validator",
2015-11-25 13:49:58 +01:00
"version": "1.0",
2014-04-21 14:18:02 +02:00
"description": "This command line tool validates Turtle documents and does XSD datatype checks",
"main": "TurtleValidator.js",
2014-04-28 15:08:22 +02:00
"bin": {
"ttl": "./TurtleValidator.js"
},
2014-04-21 14:18:02 +02:00
"dependencies": {
2015-01-22 13:22:01 +01:00
"n3": "^0.4.0"
2014-04-21 14:18:02 +02:00
},
"devDependencies": {},
"scripts": {
"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
}