react-native-fs/package.json

33 lines
723 B
JSON
Raw Normal View History

2015-05-08 20:05:37 +03:00
{
"name": "react-native-fs",
2016-08-02 20:17:37 +01:00
"version": "2.0.0",
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": {
"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",
2015-10-19 14:40:05 +01:00
"android",
2015-05-08 20:05:37 +03:00
"fs",
"filesystem"
],
"author": "Johannes Lumpe <johannes@lum.pe> (https://github.com/johanneslumpe)",
"license": "MIT",
"dependencies": {
"base-64": "^0.1.0",
"utf8": "^2.1.1"
},
"devDependencies": {
2016-08-01 19:36:15 +01:00
"flow-bin": "0.27.0",
"react": "^15.2.1",
"react-native": "^0.30.0"
}
2015-05-08 20:05:37 +03:00
}