react-native-placeholder
Version:
React Native Package to set a placeholder while your components are loading
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "react-native-placeholder",
"version": "1.1.3",
"description": "React Native Package to set a placeholder while your components are loading",
"main": "index.js",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/TBouder/react-native-placeholder.git"
},
"keywords": [
"React",
"Native",
"RN",
"Placeholder",
"Facebook",
"Facebook",
"Like",
"Facebook",
"Placeholder",
"Loader"
],
"author": "Tbouder",
"license": "MIT",
"bugs": {
"url": "https://github.com/TBouder/react-native-placeholder/issues"
},
"homepage": "https://github.com/TBouder/react-native-placeholder#readme",
"dependencies": {
"react": "^15.4.2",
"react-native": "0.42.0"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "15.4.2"
},
"jest": {
"preset": "react-native"
}
}