Added package.json and gitignore

This commit is contained in:
Miel Vander Sande 2014-04-17 16:28:54 +02:00
parent f5a6c02ad6
commit 19579bb01c
2 changed files with 16 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules

15
package.json Normal file
View File

@ -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"
}
}