mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
19ca8e28a5
Apply the Clojure Style Guide recommendation to end files with proper lines (having a trailing newline character). See https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_206
22 lines
567 B
JSON
22 lines
567 B
JSON
{
|
|
"private": true,
|
|
"nativePackage": true,
|
|
"name": "react-native-status",
|
|
"version": "1.0.0",
|
|
"description": "Manage Geth, Jail & Background Service",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/status-im/react-native-status.git"
|
|
},
|
|
"author": "",
|
|
"license": "",
|
|
"bugs": {
|
|
"url": "https://github.com/status-im/react-native-status/issues"
|
|
},
|
|
"homepage": "https://github.com/status-im/react-native-status#readme"
|
|
}
|