2015-05-08 20:05:37 +03:00
|
|
|
{
|
|
|
|
"name": "react-native-fs",
|
2017-11-05 18:18:29 +01:00
|
|
|
"version": "2.8.4",
|
2015-05-08 20:05:37 +03:00
|
|
|
"description": "Native filesystem access for react-native",
|
2015-10-19 14:40:05 +01:00
|
|
|
"main": "FS.common.js",
|
2015-05-08 20:05:37 +03:00
|
|
|
"scripts": {
|
2017-05-01 14:48:06 -07:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"flow": "flow; test $? -eq 0 -o $? -eq 2"
|
2015-05-08 20:05:37 +03:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2017-04-25 16:51:57 +02:00
|
|
|
"url": "git@github.com:itinance/react-native-fs.git"
|
2015-05-08 20:05:37 +03:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-component",
|
|
|
|
"react-native",
|
|
|
|
"ios",
|
2015-10-19 14:40:05 +01:00
|
|
|
"android",
|
2015-05-08 20:05:37 +03:00
|
|
|
"fs",
|
2016-06-14 14:02:17 +08:00
|
|
|
"filesystem",
|
|
|
|
"download",
|
|
|
|
"upload",
|
|
|
|
"file-transfer"
|
2015-05-08 20:05:37 +03:00
|
|
|
],
|
|
|
|
"author": "Johannes Lumpe <johannes@lum.pe> (https://github.com/johanneslumpe)",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"base-64": "^0.1.0",
|
2015-10-22 01:25:52 +01:00
|
|
|
"utf8": "^2.1.1"
|
2015-05-22 12:31:24 +03:00
|
|
|
},
|
2015-06-12 10:29:27 +03:00
|
|
|
"devDependencies": {
|
2017-05-01 14:48:06 -07:00
|
|
|
"flow-bin": "0.28.0",
|
2017-01-10 16:19:00 +00:00
|
|
|
"react": "^15.4.2",
|
|
|
|
"react-native": "^0.40.0"
|
2017-08-02 22:12:14 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2017-08-02 22:43:29 +02:00
|
|
|
"react-native": ">=0.40.0"
|
2015-06-12 10:29:27 +03:00
|
|
|
}
|
2015-05-08 20:05:37 +03:00
|
|
|
}
|