UNPKG

react-native-progress-hud

Version:

A clean and lightweight progress HUD for your React Native app.

53 lines (52 loc) 1.16 kB
{ "name": "react-native-progress-hud", "version": "1.0.4", "description": "A clean and lightweight progress HUD for your React Native app.", "main": "index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/naoufal/react-native-progress-hud.git" }, "keywords": [ "react", "native", "progress", "hud", "popup", "spinner", "loader", "loading", "react-component" ], "author": "Naoufal Kadhom <naoufalkadhom@gmail.com> (https://github.com/naoufal)", "license": "ISC", "bugs": { "url": "https://github.com/naoufal/react-native-progress-hud/issues" }, "homepage": "https://github.com/naoufal/react-native-progress-hud", "dependencies": { "react-tween-state": "0.0.5" }, "devDependencies": { "babel-core": "5.4.7", "jest-cli": "0.4.5", "react": "0.13.1" }, "jshintConfig": { "esnext": true, "node": true }, "jest": { "scriptPreprocessor": "jest-support/preprocessor.js", "unmockedModulePathPatterns": [ "react", "babel-core" ], "testFileExtensions": [ "js" ] } }