-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 757 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 757 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "react-native-fs-store",
"description": "FileSystem Based store implementation for react native",
"version": "0.1.7",
"author": "Bhanu P Chaudhary",
"bugs": {
"url": "https://github.com/bhanuc/react-native-fs-store/issues"
},
"homepage": "https://github.com/bhanuc/react-native-fs-store",
"keywords": [
"asyncstorage",
"alternative",
"store",
"localstorage",
"react-native"
],
"license": "MIT",
"main": "Store",
"repository": {
"type": "git",
"url": "https://github.com/bhanuc/react-native-fs-store.git"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"jest": "^20.0.4"
},
"scripts": {
"test": "jest"
},
"dependencies": {
"lodash.merge": "^4.6.2"
}
}