storage-engine
Version:
EventEmitter abstraction on top the React-Native AsyncStorage API
54 lines (53 loc) • 1.54 kB
JSON
{
"name": "storage-engine",
"version": "3.0.7",
"description": "EventEmitter abstraction on top the React-Native AsyncStorage API",
"react-native": "index.js",
"main": "lib/index.js",
"scripts": {
"test:runner": "mocha --require setup-env --require test/mock.js test/*.test.js",
"test:watch": "npm run test:runner -- --watch",
"test": "npm run test:runner",
"build": "babel ./index.js -d ./lib && babel ./compatibility/*.js -d ./lib/compatibility",
"postinstall": "node ./compatibility/detect.js",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/3rd-Eden/storage-engine.git"
},
"keywords": [
"async",
"storage",
"emitter",
"asyncstorage",
"react",
"react-native",
"native",
"engine"
],
"author": "Arnout Kazemier",
"license": "MIT",
"bugs": {
"url": "https://github.com/3rd-Eden/storage-engine/issues"
},
"homepage": "https://github.com/3rd-Eden/storage-engine#readme",
"dependencies": {
"enabled": "^2.0.0",
"eventemitter3": "^4.0.0"
},
"devDependencies": {
"@babel/cli": "^7.1.5",
"@babel/core": "^7.1.5",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.1.5",
"@babel/register": "^7.0.0",
"@react-native-community/async-storage": "^1.3.1",
"assume": "^2.1.0",
"asyncstorageapi": "^1.0.0",
"mocha": "^5.2.0",
"react-native": "^0.59.4",
"require-poisoning": "^1.0.0",
"setup-env": "^1.2.1"
}
}