-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.23 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
{
"scripts": {
"postinstall": "bash libs.sh",
"lint": "eslint ./src",
"generate-docs": "node_modules/.bin/jsdoc --configure .jsdoc.json --verbose"
},
"author": {
"name": "Vadim Ruban",
"email": "[email protected]"
},
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/datso/react-native-pjsip/issues"
},
"dependencies": {
"events": "1.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.0",
"eslint": "^5.6.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.1",
"eslint-plugin-react-native": "^3.3.0",
"gh-pages": "^2.0.0",
"jsdoc": "^3.5.5",
"minami": "^1.2.3"
},
"name": "react-native-pjsip",
"description": "PJSIP module for React Native",
"homepage": "https://github.com/datso/react-native-pjsip",
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"pjsip",
"sip"
],
"nativePackage": true,
"optionalDependencies": {},
"peerDependencies": {
"react-native": ">=0.40.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datso/react-native-pjsip.git"
},
"version": "2.8.0"
}