forked from cdnbye/P2P-CKPlayer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 988 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
{
"name": "p2p-ckplayer",
"version": "0.3.0",
"description": "<p align=\"center\">\r <img src=\"figs/logo.png\" alt=\"CKPlayer\" width=\"300\">\r <img src=\"figs/cdnbye.png\" alt=\"CDNBye\" width=\"152.23\">\r </p>\r <h1 align=\"center\">P2P-CKPlayer</h1>",
"main": "webpack.config.js",
"scripts": {
"build": "webpack --config webpack.config.js",
"publish": "npm publish",
"git-push": "git add . && git commit -m 'fix bug' && git push",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cdnbye/P2P-CKPlayer.git"
},
"author": "cdnbye",
"license": "ISC",
"bugs": {
"url": "https://github.com/cdnbye/P2P-CKPlayer/issues"
},
"homepage": "https://github.com/cdnbye/P2P-CKPlayer#readme",
"devDependencies": {
"webpack": "^4.39.3",
"webpack-cli": "^3.3.7"
},
"dependencies": {
"dependencies": "0.0.1",
"from": "^0.1.7",
"package": "^1.0.1"
}
}