react-native-indicators
Version:
Activity indicator collection
47 lines (39 loc) • 808 B
JSON
{
"name": "react-native-indicators",
"version": "0.12.0",
"license": "BSD-3-Clause",
"author": "Alexander Nazarov <n4kz@n4kz.com>",
"description": "Activity indicator collection",
"keywords": [
"react",
"react-component",
"react-native",
"ios",
"android",
"activity",
"indicator",
"spinner",
"pacman",
"material"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/n4kz/react-native-indicators.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.0.0",
"eslint-plugin-react": "^7.1.0"
},
"scripts": {
"lint": "eslint src example/app.js"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}