forked from reactnativecn/react-native-http-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 851 Bytes
/
package.json
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-http-cache",
"version": "0.2.0",
"description": "Control http cache used by fetch/XMLHttpRequest",
"main": "index.js",
"scripts": {
"test": "node node_modules/eslint/bin/eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactnativecn/react-native-http-cache.git"
},
"keywords": [
"react-native",
"ios",
"android",
"http",
"cache"
],
"author": "tdzl2003",
"license": "ISC",
"bugs": {
"url": "https://github.com/reactnativecn/react-native-http-cache/issues"
},
"homepage": "https://github.com/reactnativecn/react-native-http-cache#readme",
"devDependencies": {
"babel-eslint": "^4.1.6",
"eslint": "^1.10.3",
"eslint-config-airbnb": "^2.1.1",
"eslint-plugin-import": "^0.12.1",
"eslint-plugin-react": "^3.13.1"
}
}