-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
46 lines (46 loc) · 1.06 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
{
"name": "react-native-cloudinary",
"version": "1.0.0",
"description": "React Native Wrapper for Cloudinary Service",
"main": "index.js",
"files": [
"android",
"ios",
"index.js",
"react-native-ux-cam.podspec"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native"
],
"author": "Javier Catalan <[email protected]> (https://github.com/javierrunning)",
"contributors": [
{
"name": "Javier Catalan",
"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 ."
}
}