forked from negativetwelve/react-native-ux-cam
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1019 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
37
38
39
40
41
42
43
44
45
46
{
"name": "react-native-ux-cam",
"version": "2.2.1",
"description": "React Native wrapper for uxcam.com.",
"main": "./src/UXCam.js",
"files": [
"android",
"ios",
"react-native-ux-cam.podspec",
"src"
],
"keywords": [
"android",
"ios",
"react-native",
"user-sessions",
"ux",
"uxcam",
"ux-cam"
],
"author": "Mark Miyashita <[email protected]> (https://github.com/negativetwelve)",
"contributors": [
{
"name": "Mark Miyashita",
"email": "[email protected]"
}
],
"license": "MIT",
"repository": {
"url": "git+https://github.com/negativetwelve/react-native-ux-cam.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/negativetwelve/react-native-ux-cam/issues"
},
"homepage": "https://github.com/negativetwelve/react-native-ux-cam",
"engines": {},
"dependencies": {},
"devDependencies": {
"babel-eslint": "7.0.0",
"eslint": "3.8.1"
},
"scripts": {
"lint": "eslint ."
}
}