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 1
1
{
2
2
"name" : " react-native-filesystem" ,
3
- "version" : " 0.1.0" ,
4
3
"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" ,
6
7
"scripts" : {
7
8
"test" : " echo \" Error: no test specified\" && exit 1"
8
9
},
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
+ ],
9
21
"peerDependencies" : {
10
22
"react" : " >=15.3.1" ,
11
23
"react-native" : " >=0.35"
12
24
},
13
- "author" : " Ben Wixen" ,
14
- "license" : " MIT"
25
+ "license" : " Apache 2.0"
15
26
}
You can’t perform that action at this time.
0 commit comments