2015-05-08 17:05:37 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-fs",
|
2015-11-02 07:22:11 +00:00
|
|
|
"version": "1.0.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"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:johanneslumpe/react-native-fs.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"react-component",
|
|
|
|
"react-native",
|
|
|
|
"ios",
|
2015-10-19 13:40:05 +00:00
|
|
|
"android",
|
2015-05-08 17:05:37 +00:00
|
|
|
"fs",
|
|
|
|
"filesystem"
|
|
|
|
],
|
|
|
|
"author": "Johannes Lumpe <johannes@lum.pe> (https://github.com/johanneslumpe)",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"base-64": "^0.1.0",
|
2015-10-22 00:25:52 +00:00
|
|
|
"bluebird": "^2.9.25",
|
|
|
|
"utf8": "^2.1.1"
|
2015-05-22 09:31:24 +00:00
|
|
|
},
|
2015-06-12 07:29:27 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"react-native": "*"
|
|
|
|
}
|
2015-05-08 17:05:37 +00:00
|
|
|
}
|