-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (35 loc) · 936 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
36
{
"name": "react-native-assets",
"version": "0.0.2",
"license": "MIT",
"keywords": [
"react-native",
"react-utilities",
"ios",
"assets",
"downloader",
"assets manager"
],
"description": "Module to manage assets. It allows you download assests from a network and store into a specific local folder on iOS",
"repository": {
"type": "git",
"url": "git+https://github.com/llanox/react-native-assests.git"
},
"dependencies": {
"react-native": "^0.10.0",
"react-native-button": "^1.2.1"
},
"author": "Gabriel Gutierrez <correo.del.llanox@gmail.com>",
"contributors": [
{
"name": "Georg Göttlich",
"email": "mail@dvine.de",
"url": "https://github.com/dvine-multimedia"
}
],
"bugs": {
"url": "https://github.com/llanox/react-native-assests/issues"
},
"homepage": "github.com/llanox/react-native-assests#readme",
"main": "Assets.ios.js"
}