react-native-nativebutton
Version:
ReactNative - Native button for iOS and Android
45 lines • 1.09 kB
JSON
{
"name": "react-native-nativebutton",
"version": "0.1.5",
"description": "ReactNative - Native button for iOS and Android",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/stoffern/react-native-nativebutton.git"
},
"keywords": [
"Native",
"button",
"react-native",
"react",
"native",
"button",
"button",
"native"
],
"author": "stoffern",
"license": "MIT",
"bugs": {
"url": "https://github.com/stoffern/react-native-nativebutton/issues"
},
"homepage": "https://github.com/stoffern/react-native-nativebutton#readme",
"devDependencies": {
"cz-conventional-changelog": "^2.0.0",
"semantic-release": "^6.3.2"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"prop-types": "^15.6.0"
}
}