forked from javierrunning/react-native-cloudinary
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.16 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "giantgood-react-native-cloudinary",
"version": "1.1.2",
"description": "React Native Wrapper for Cloudinary Service",
"main": "index.js",
"files": [
"android",
"ios",
"index.js",
"react-native-ux-cam.podspec"
],
"keywords": [
"react-native"
],
"author": "Giantgood <[email protected]> (https://github.com/Giantgood)",
"contributors": [
{
"name": "Javier Catalan",
"email": "[email protected]"
},
{
"name": "Kyle-ssg"
},
{
"name": "Matt Chandler",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"url": "git+https://github.com/javierrunning/react-native-cloudinary.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/javierrunning/react-native-cloudinary/issues"
},
"homepage": "https://github.com/javierrunning/react-native-cloudinary",
"engines": {},
"dependencies": {},
"devDependencies": {
"babel-eslint": "7.0.0",
"eslint": "3.8.1"
},
"peerDependencies": {
"react-native": "^0.41.2"
},
"scripts": {
"lint": "eslint .",
"test": "echo \"Error: no test specified\" && exit 1"
}
}