forked from inkblot-therapy/react-native-twilio-video-webrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 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
{
"name": "react-native-twilio-video-webrtc",
"repository": {
"type": "git",
"url": "https://github.com/blackuy/react-native-twilio-video-webrtc.git"
},
"homepage": "https://github.com/blackuy/react-native-twilio-video-webrtc",
"version": "2.1.0",
"description": "Twilio Video WebRTC for React Native.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "standard 'src/**/*.js'",
"lint:fix": "standard 'src/**/*.js' --fix",
"ci": "yarn lint"
},
"standard": {
"parser": "babel-eslint"
},
"keywords": [
"react-native"
],
"author": "",
"license": "MIT",
"devDependencies": {
"@types/react": "^16.9.32",
"@types/react-native": "^0.62.1",
"babel-eslint": "^7.2.3",
"del": "^3.0.0",
"doctoc": "^1.3.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-load-plugins": "^1.5.0",
"gulp-react-docs": "^0.1.3",
"gulp-tap": "^1.0.1",
"react-docgen": "^2.15.0",
"standard": "^13.1.0"
},
"dependencies": {
"prop-types": "^15.5.10"
}
}