turtle-web-editor/package.json

16 lines
245 B
JSON
Raw Normal View History

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