File tree Expand file tree Collapse file tree 2 files changed +17
-4
lines changed
Expand file tree Collapse file tree 2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change 1+ example
2+ tests
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-filesystem" ,
3- "version" : " 0.1.0" ,
43 "description" : " Simple file system API for iOS & Android." ,
5- "main" : " index.js" ,
4+ "author" :
" Ben Wixen <[email protected] >" ,
5+ "version" : " 0.0.1" ,
6+ "main" : " modules/FileSystem.js" ,
67 "scripts" : {
78 "test" : " echo \" Error: no test specified\" && exit 1"
89 },
10+ "repository" : {
11+ "type" : " git" ,
12+ "url" : " https://github.com/benwixen/react-native-filesystem"
13+ },
14+ "keywords" : [
15+ " react" ,
16+ " react-native" ,
17+ " react-module" ,
18+ " filesystem" ,
19+ " fs"
20+ ],
921 "peerDependencies" : {
1022 "react" : " >=15.3.1" ,
1123 "react-native" : " >=0.35"
1224 },
13- "author" : " Ben Wixen" ,
14- "license" : " MIT"
25+ "license" : " Apache 2.0"
1526}
You can’t perform that action at this time.
0 commit comments