Added package.json and gitignore
This commit is contained in:
parent
f5a6c02ad6
commit
19579bb01c
|
@ -0,0 +1 @@
|
|||
node_modules
|
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"name": "N3Validator",
|
||||
"version": "0.1.0",
|
||||
"license": "",
|
||||
"bin": {
|
||||
"genmem": "./bin/N3Validator"
|
||||
},
|
||||
"dependencies": {
|
||||
"n3": "*"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/mmlab/N3Validator.git"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue