forked from react-native-oh-library/react-native-fs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.26 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@react-native-oh-tpl/react-native-fs",
"version": "2.20.0-0.1.5",
"description": "Native filesystem access for react-native",
"main": "FS.common.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"flow": "flow; test $? -eq 0 -o $? -eq 2"
},
"harmony": {
"alias": "react-native-fs",
"codegenConfig": {
"specPaths": [
"./src"
]
}
},
"repository": {
"type": "git",
"url": "[email protected]:itinance/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": "^3.0.0"
},
"devDependencies": {
"create-react-class": "15.6.3",
"flow-bin": "^0.109.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react-native": "*",
"react-native-windows": "*"
},
"peerDependenciesMeta": {
"react-native-windows": {
"optional": true
}
},
"codegenConfig": {
"name": "RNFSSpec",
"type": "modules",
"jsSrcsDir": "src"
}
}