1
Fork 0

initial package.json

This commit is contained in:
Conduitry 2017-04-20 16:10:29 -04:00
parent 05c27066dc
commit abfcc14b52

19
package.json Normal file
View 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"
}