{
	"name": "react-native-easy-bluetooth",
	"version": "1.0.0-deprecated",
	"description": "(Deprecated) An React-Native wrapper for AndroidBluetoothLibrary <https://github.com/douglasjunior/AndroidBluetoothLibrary>",
	"private": false,
	"keywords": [
		"react-native",
		"android",
		"ios",
		"bluetooth"
	],
	"author": "Douglas Nassif Roma Junior",
	"license": "MIT",
	"homepage": "https://github.com/douglasjunior/react-native-easybluetooth-classic/tree/legacy-version",
	"main": "index.js",
	"scripts": {
		"start": "node node_modules/react-native/local-cli/cli.js start",
		"test": "jest"
	},
	"dependencies": {},
	"devDependencies": {
		"babel-jest": "19.0.0",
		"babel-preset-react-native": "1.9.1",
		"jest": "19.0.2",
		"react-test-renderer": "16.0.0-alpha.6",
		"react-native": "^0.40.0"
	},
	"jest": {
		"preset": "react-native"
	},
	"peerDependencies": {
		"react-native": ">=0.40"
	}
}