react-native-fs/package.json
Michał Mokijewski 6ef5dae4c2 fix adding RNFS with CocoaPods (#264)
`v` from version has to be removed due to Malformed version number error
2017-04-24 08:53:22 +01:00

36 lines
779 B
JSON

{
"name": "react-native-fs",
"version": "2.1.0-rc.1",
"description": "Native filesystem access for react-native",
"main": "FS.common.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:johanneslumpe/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.27.0",
"react": "^15.4.2",
"react-native": "^0.40.0"
}
}