-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 987 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 987 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
34
35
36
37
38
39
{
"name": "react-native-modest-cache",
"version": "1.0.3",
"description": "Simple cache for AsyncStorage",
"license": "MIT",
"main": "index.js",
"module": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tiaanduplessis/react-native-modest-cache.git"
},
"homepage": "https://github.com/tiaanduplessis/react-native-modest-cache",
"bugs": "https://github.com/tiaanduplessis/react-native-modest-cache/issues",
"author": {
"name": "Tiaan",
"email": "tiaanduplessis@hotmail.com"
},
"scripts": {
"start": "npm run dev",
"test": "npm run lint",
"lint": "standard --fix --verbose",
"precommit": "npm test"
},
"keywords": [
"react-native,",
"storage,",
"async-storage,",
"cache",
"react-native-modest-storage",
"react-native-modest-cache"
],
"dependencies": {
"react-native-modest-storage": "2.1.0"
},
"devDependencies": {
"husky": "^2.0.0",
"standard": "^12.0.1"
}
}