initial package.json
This commit is contained in:
parent
05c27066dc
commit
abfcc14b52
1 changed files with 19 additions and 0 deletions
19
package.json
Normal file
19
package.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "@conduitry/defiler",
|
||||
"version": "0.0.1",
|
||||
"description": "A small, strange building block",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Conduitry/defiler.git"
|
||||
},
|
||||
"author": "Conduitry",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/Conduitry/defiler/issues"
|
||||
},
|
||||
"homepage": "https://github.com/Conduitry/defiler#readme"
|
||||
}
|
Loading…
Add table
Reference in a new issue