react-native-lantern
Version:
Flashlight support on React Native
26 lines (25 loc) • 610 B
JSON
{
"name": "react-native-lantern",
"version": "1.0.3",
"description": "Flashlight support on React Native",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"flashlight",
"torch"
],
"bugs": {
"url": "https://github.com/pkolt/react-native-lantern/issues",
"email": "pkoltyshev@gmail.com"
},
"repository": "pkolt/react-native-lantern",
"author": "Pavel Koltyshev <pkoltyshev@gmail.com>",
"license": "MIT",
"peerDependencies": {
"react-native": ">=0.62.2"
}
}