forked from itinance/react-native-fs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 780 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "react-native-fs",
"version": "v2.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": "[email protected]:johanneslumpe/react-native-fs.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"fs",
"filesystem",
"download",
"upload",
"file-transfer"
],
"author": "Johannes Lumpe <[email protected]> (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"
}
}