react-native-prompt-android/package.json
2019-09-17 11:34:37 +08:00

27 lines
604 B
JSON

{
"name": "react-native-prompt-android",
"version": "1.0.0",
"description": "Polyfill for Alert.prompt on Android",
"repository": {
"type": "git",
"url": "https://github.com/shimohq/react-native-prompt-android"
},
"license": "MIT",
"keywords": [
"react-component",
"react-native",
"prompt",
"Alert",
"ios",
"android"
],
"scripts": {
"lint": "eslint ./"
},
"devDependencies": {
"babel-eslint": "^6.1.2",
"eslint": "^2.13.1",
"eslint-plugin-react": "^4.3.0"
}
}