react-native-image-tool
Version:
React Native Image Tool
39 lines (38 loc) • 908 B
JSON
{
"name": "react-native-image-tool",
"version": "0.8.1",
"description": "React Native Image Tool",
"repository": {
"type": "git",
"url": "git+https://github.com/Benjamin-Lin-X/react-native-image-tools.git"
},
"keywords": [
"react-native",
"android",
"ios",
"image",
"images",
"image-tools",
"tools",
"RGBA",
"binary"
],
"peerDependencies": {
"react": "^15.4.0 || ^16.0.0-alpha",
"react-native": ">=v0.40.0"
},
"author": "Benjamin Lin <benjaminlin0713@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Benjamin-Lin-X/react-native-image-tools/issues"
},
"homepage": "https://github.com/Benjamin-Lin-X/react-native-image-tools#readme",
"devDependencies": {
"cz-conventional-changelog": "^1.2.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}