mirror of
https://github.com/felixlohmeier/turtle-web-editor.git
synced 2025-03-09 00:00:42 +01:00
Added package.json and gitignore
This commit is contained in:
parent
f5a6c02ad6
commit
19579bb01c
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
node_modules
|
15
package.json
Normal file
15
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user