UNPKG

rn-multi-tenant-async-storage

Version:
44 lines (43 loc) 1.09 kB
{ "name": "rn-multi-tenant-async-storage", "version": "0.0.5", "description": "React native multi tenant async storage module", "main": "src/index.js", "scripts": { "test": "jest --config=jest-setup.json" }, "repository": { "type": "git", "url": "https://github.com/digital-waterfall/rn-multi-tenant-async-storage" }, "keywords": [ "async-storage", "react-native", "multi-tenant" ], "author": "Digital Waterfall", "license": "MIT", "bugs": { "url": "https://github.com/digitalwaterfall/rn-multi-tenant-async-storage/issues" }, "jest": { "preset": "react-native" }, "homepage": "https://github.com/digitalwaterfall/rn-multi-tenant-async-storage#readme", "peerDependencies": { "react": ">=16.3.1", "react-native": ">=0.55.2" }, "devDependencies": { "enzyme": "3.3.0", "enzyme-adapter-react-16": "1.1.1", "jest": "23.3.0", "jest-react-native": "18.0.0", "babel-jest": "23.2.0", "babel-preset-env": "1.7.0", "react-dom": "16.4.1" }, "dependencies": { "lodash": "4.17.10" } }