mirror of
https://github.com/status-im/react-native-fs.git
synced 2025-02-28 23:10:29 +00:00
* 'master' of github.com:itinance/react-native-fs: (25 commits) fix touch() error on android Fixed Mtime Add missing flow annotations v2.5.2 (cocoapods related only) removed osx-version from Podspec added a note for cocoapods that we can't support it yet added a note for cocoapods that we can't support it yet Changes to the Podspec Changelog for README Version 2.5.0 - compat with RN 0.47.0 Added back for Backward-Compat but without @override Version bump 2.4.0 removed createJSModules method (RN 0.47 breaking change) Add `createJSModules()` to be compatible with latest React. Update SDK compile and build tools to version 26. update README add read method with lenght and position params add `touch` method for changing file timestamps Remove createJSModules from package pod file path error ...
40 lines
876 B
JSON
40 lines
876 B
JSON
{
|
|
"name": "react-native-fs",
|
|
"version": "2.6.0",
|
|
"description": "Native filesystem access for react-native",
|
|
"main": "FS.common.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"flow": "flow; test $? -eq 0 -o $? -eq 2"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:itinance/react-native-fs.git"
|
|
},
|
|
"keywords": [
|
|
"react-component",
|
|
"react-native",
|
|
"ios",
|
|
"android",
|
|
"fs",
|
|
"filesystem",
|
|
"download",
|
|
"upload",
|
|
"file-transfer"
|
|
],
|
|
"author": "Johannes Lumpe <johannes@lum.pe> (https://github.com/johanneslumpe)",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"base-64": "^0.1.0",
|
|
"utf8": "^2.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"flow-bin": "0.28.0",
|
|
"react": "^15.4.2",
|
|
"react-native": "^0.40.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react-native": ">=0.40.0"
|
|
}
|
|
}
|