react-native-blue-crypto/package.json
Overtorment e9b60605db REF
2022-05-01 16:24:31 +01:00

34 lines
766 B
JSON

{
"name": "react-native-blue-crypto",
"title": "React Native Blue Crypto",
"version": "1.0.0",
"description": "TODO",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Overtorment/react-native-blue-crypto.git",
"baseUrl": "https://github.com/Overtorment/react-native-blue-crypto"
},
"keywords": [
"react-native"
],
"author": {
"name": "Overtorment",
"email": "yourname@email.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"react": "*",
"react-native": "*"
}
}