-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
29 lines (29 loc) · 850 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
{
"name": "react-native-asset-library-to-base64",
"repository": {
"type": "git",
"url": "git+https://github.com/wootwoot1234/react-native-asset-library-to-base64.git"
},
"version": "1.1.0",
"description": "A React Native Module that takes an image's asset-library:// uri and returns base64.",
"author": "Tom Krones (wootwoot1234)",
"contributors": [],
"nativePackage": true,
"keywords": [
"react-native",
"react-native-asset-library-to-base64",
"react",
"native",
"asset",
"library",
"base64"
],
"bugs": {
"url": "https://github.com/wootwoot1234/react-native-asset-library-to-base64/issues"
},
"homepage": "https://github.com/wootwoot1234/react-native-asset-library-to-base64#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}