From c4cd602f51aca5f7b39321d70f359b062c6bc0f5 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Tue, 6 Nov 2018 09:05:16 -0500 Subject: [PATCH] add package.json --- .gitignore | 1 + package.json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 .gitignore create mode 100644 package.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c2658d7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +node_modules/ diff --git a/package.json b/package.json new file mode 100644 index 0000000..cf37b21 --- /dev/null +++ b/package.json @@ -0,0 +1,19 @@ +{ + "name": "status-x", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/status-im/status-x.git" + }, + "author": "", + "license": "ISC", + "bugs": { + "url": "https://github.com/status-im/status-x/issues" + }, + "homepage": "https://github.com/status-im/status-x#readme" +}