turtle-web-editor/package.json

16 lines
255 B
JSON
Raw Normal View History

2014-04-17 16:28:54 +02:00
{
2014-04-18 17:10:54 +02:00
"name": TurtleValidator",
2014-04-17 16:28:54 +02:00
"version": "0.1.0",
"license": "",
"bin": {
2014-04-18 17:10:54 +02:00
"genmem": "./bin/TurtleValidator"
2014-04-17 16:28:54 +02:00
},
"dependencies": {
"n3": "*"
},
"repository": {
"type": "git",
"url": "https://github.com/mmlab/N3Validator.git"
}
}