-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 801 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
{
"name": "react-native-store-photos-album",
"version": "0.1.2",
"description": "React-native camera roll extension to store photos in specific album",
"main": "index.js",
"author": {
"name": "Francisco Sanchez",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"camera-roll"
],
"homepage": "https://github.com/francisco-sanchez-molina/react-native-store-photos-album",
"bugs": {
"url": "https://github.com/francisco-sanchez-molina/react-native-store-photos-album/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/francisco-sanchez-molina/react-native-store-photos-album.git"
}
}