forked from buhe/react-native-pili
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 661 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 661 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
{
"name": "react-native-pili",
"version": "2.3.0",
"description": "Pili Streaming Cloud React Native SDK",
"main": "index.js",
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buhe/react-native-pili.git"
},
"keywords": [
"React",
"Native",
"SDK",
"Qiniu",
"Pili",
"Stream",
"Cloud"
],
"author": "buhe",
"license": "MIT",
"bugs": {
"url": "https://github.com/buhe/react-native-pili/issues"
},
"homepage": "https://github.com/buhe/react-native-pili#readme",
"devDependencies": {
"react": "^0.14.8",
"react-native": "^0.24.1"
}
}