first commit
上级
正在显示
.eslintrc
0 → 100644
.gitignore
0 → 100644
.travis.yml
0 → 100644
index.js
0 → 100644
package.json
0 → 100644
{ | ||
"name": "react-native-http-cache", | ||
"version": "0.1.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" | ||
}, | ||
"dependencies": { | ||
"es6-promisify": "^3.0.0" | ||
} | ||
} |
请
注册
或者
登录
后发表评论