react-native-fs/package.json

40 lines
876 B
JSON
Raw Normal View History

2015-05-08 17:05:37 +00:00
{
"name": "react-native-fs",
2017-12-10 13:16:22 +00:00
"version": "2.9.0",
2015-05-08 17:05:37 +00:00
"description": "Native filesystem access for react-native",
2015-10-19 13:40:05 +00:00
"main": "FS.common.js",
2015-05-08 17:05:37 +00:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"flow": "flow; test $? -eq 0 -o $? -eq 2"
2015-05-08 17:05:37 +00:00
},
"repository": {
"type": "git",
"url": "git@github.com:itinance/react-native-fs.git"
2015-05-08 17:05:37 +00:00
},
"keywords": [
"react-component",
"react-native",
"ios",
2015-10-19 13:40:05 +00:00
"android",
2015-05-08 17:05:37 +00:00
"fs",
2016-06-14 06:02:17 +00:00
"filesystem",
"download",
"upload",
"file-transfer"
2015-05-08 17:05:37 +00:00
],
"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"
2017-08-02 20:12:14 +00:00
},
"peerDependencies": {
2017-08-02 20:43:29 +00:00
"react-native": ">=0.40.0"
}
2015-05-08 17:05:37 +00:00
}