forked from negativetwelve/react-native-ux-cam
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.1 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
52
53
{
"name": "react-native-ux-cam",
"version": "4.5.0",
"description": "React Native wrapper for uxcam.com.",
"license": "MIT",
"author": "Mark Miyashita <[email protected]>",
"homepage": "https://github.com/negativetwelve/react-native-ux-cam",
"repository": "negativetwelve/react-native-ux-cam",
"keywords": [
"android",
"ios",
"jolt",
"react-native",
"user-sessions",
"ux",
"uxcam",
"ux-cam"
],
"main": "js/UXCam",
"files": [
"android",
"ios",
"js",
"react-native-ux-cam.podspec"
],
"dependencies": {
"react-native-package": "^2.5.0"
},
"peerDependencies": {
"react-native": "*"
},
"devDependencies": {
"eslint-config-jolt": "^1.3.0",
"jest": "^20.0.4",
"jest-preset-jolt": "^1.3.0",
"react": "16.0.0-alpha.12",
"react-native": "^0.47.1"
},
"eslintConfig": {
"extends": "jolt"
},
"jest": {
"preset": "jest-preset-jolt",
"testPathIgnorePatterns": [
"<rootDir>/examples",
"<rootDir>/node_modules"
]
},
"scripts": {
"lint": "eslint js",
"test": "jest js"
}
}