From cbc1bee917d103a2bd8b5508818e027c338879cb Mon Sep 17 00:00:00 2001 From: Ricardo Guilherme Schmidt <3esmit@gmail.com> Date: Tue, 30 May 2017 19:08:47 -0300 Subject: [PATCH] ethpm --- ethpm.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ethpm.json diff --git a/ethpm.json b/ethpm.json new file mode 100644 index 0000000..6118d04 --- /dev/null +++ b/ethpm.json @@ -0,0 +1,17 @@ +{ + "package_name": "githuboracle", + "version": "0.0.1", + "description": "Tokenize commits and issues", + "authors": [ + "Ricardo Guilherme Schmidt <3esmit>" + ], + "keywords": [ + "ethereum", + "github", + "git" + ], + "dependencies": { + "oraclize": "^1.0.5" + }, + "license": "GPL-3.0" +}