{
	"name": "react-native-image-filters",
	"version": "1.6.0",
	"description": "Instagram-like filters for images",
	"scripts": {
		"flow:ios": "rm -rf .flowconfig && cp flow.ios.flowconfig .flowconfig && flow",
		"flow:android": "rm -rf .flowconfig && cp flow.android.flowconfig .flowconfig && flow",
		"flow": "npm run flow:ios && flow stop && npm run flow:android",
		"lint": "eslint src",
		"pretest": "npm run lint -S",
		"test": "npm run flow -S"
	},
	"main": "./src/index.js",
	"files": [
		"src"
	],
	"author": "Chris Henderson <chris@app-press.com>",
	"license": "MIT",
	"peerDependencies": {
		"gl-react": "^2.3.1",
		"gl-react-native": "^2.48.0",
		"react": "*",
		"react-native": "*",
		"react-native-image-resizer": "^1.0.0"
	},
	"dependencies": {
		"prop-types": "^15.6.0"
	},
	"devDependencies": {
		"@app-press/eslint-config": "^2.0.2",
		"babel-eslint": "^8.2.1",
		"babel-preset-react-native": "^4.0.0",
		"empty": "^0.10.1",
		"eslint": "^4.16.0",
		"eslint-config-prettier": "^2.9.0",
		"eslint-plugin-flowtype": "^2.41.0",
		"eslint-plugin-import": "^2.8.0",
		"eslint-plugin-node": "^5.2.1",
		"eslint-plugin-prettier": "^2.5.0",
		"eslint-plugin-react": "^7.5.1",
		"eslint-plugin-react-native": "^3.2.1",
		"flow-bin": "^0.63.1",
		"gl-react": "^2.3.1",
		"gl-react-native": "^2.48.0",
		"prettier": "^1.10.2",
		"react": "^16.2.0",
		"react-native": "^0.52.1",
		"react-native-fs": "^2.9.11",
		"react-native-image-resizer": "^1.0.0"
	}
}
