-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 874 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 874 Bytes
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
{
"name": "stringee-react-native",
"version": "1.5.8",
"description": "The Stringee communication platform makes it easy to embed high-quality interactive video, voice, SMS into webs and mobile apps.",
"main": "index.js",
"homepage": "https://stringee.com",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"stringee",
"react-native",
"webrtc",
"ios",
"android",
"video",
"react"
],
"author": "Stringee <info@stringee.com>",
"license": "MIT",
"dependencies": {
"deprecated-react-native-prop-types": "^2.3.0",
"underscore": "^1.13.6"
},
"devDependencies": {
"babel-preset-react-native": "4.0.0",
"react": "^16.2.0",
"react-native": "^0.51.0"
},
"repository": {
"type": "git",
"url": "https://github.com/stringeecom/stringee-react-native.git"
}
}