UNPKG

react-native-async-storage

Version:
43 lines (42 loc) 1.05 kB
{ "name": "react-native-async-storage", "version": "0.0.1", "description": "An abstraction on top of react-native's AsyncStorage", "main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/vermilion1/react-native-async-storage.git" }, "keywords": [ "react-native", "AsyncStorage" ], "author": "Vitalii Petrychuk", "license": "MIT", "bugs": { "url": "https://github.com/vermilion1/react-native-async-storage/issues" }, "homepage": "https://github.com/vermilion1/react-native-async-storage/blob/master/README.md", "peerDependencies": { "react-native": ">=0.5.0" }, "jest": { "scriptPreprocessor": "jestSupport/scriptPreprocess.js", "setupEnvScriptFile": "jestSupport/env.js", "collectCoverage": true, "testFileExtensions": [ "js" ], "unmockedModulePathPatterns": [ "source-map" ] }, "scripts": { "test": "jest" }, "devDependencies": { "jest": "^0.1.40", "jest-cli": "^0.4.15", "jscs": "^1.13.1" } }