forked from pili-engineering/pili-sdk-nodejs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 827 Bytes
/
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
{
"name": "piliv2",
"version": "v2.0.1",
"description": "Pili Streaming Cloud Server-Side Library For NodeJS",
"main": "index.js",
"scripts": {
"test": "echo test"
},
"repository": {
"type": "git",
"url": "git@github.com:pili-engineering/pili-sdk-nodejs.git"
},
"keywords": [
"web-service",
"rtmp",
"hls",
"hdl",
"hds",
"dash",
"pili",
"streaming",
"qiniu",
"cloud"
],
"author": "Pili Engineering, Qiniu Inc.",
"contributors": [
{
"name": "0dayZh",
"email": "0day.zh@gmail.com"
},
{
"name": "pili",
"email": "pili@qiniu.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/pili-engineering/pili-sdk-nodejs/issues"
},
"homepage": "https://github.com/pili-engineering/pili-sdk-nodejs"
}