add package.json

This commit is contained in:
Iuri Matias 2018-11-06 09:05:16 -05:00
parent 568c40127d
commit c4cd602f51
2 changed files with 20 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/

19
package.json Normal file
View File

@ -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"
}