react-x-storage
Version:
Cross-platform storage for ReactDOM (localStorage) and React Native (AsyncStorage) apps.
33 lines (32 loc) • 908 B
JSON
{
"name": "react-x-storage",
"version": "3.0.0",
"description": "Cross-platform storage for ReactDOM (localStorage) and React Native (AsyncStorage) apps.",
"license": "MIT",
"author": "Mark Miyashita <negativetwelve@gmail.com>",
"homepage": "https://github.com/negativetwelve/react-x",
"repository": "https://github.com/negativetwelve/react-x/tree/master/packages/react-x-storage",
"keywords": [
"async-storage",
"cross-platform",
"localstorage",
"platform",
"react",
"react-native",
"react-x",
"react-x-api"
],
"main": "build/Storage",
"files": [
"build"
],
"dependencies": {
"react-native": "0.59.8"
},
"scripts": {
"build": "babel src --out-dir build --ignore \"**/__tests__/**\"",
"clean": "rimraf build",
"prepublishOnly": "yarn run clean && yarn run build"
},
"gitHead": "d58fae733b5d3766fce3d0969ec5d933c53a868d"
}