-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
38 lines (38 loc) · 865 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
{
"name": "pipcorn",
"version": "1.0.1",
"description": "Watch YouTube videos in picture-in-picture",
"bin": "bundled/bundle.js",
"files": [
"bundled/bundle.js",
"bundled/pip.app"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "sh make.sh",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JonnyBurger/pipcorn.git"
},
"keywords": [
"picture",
"in",
"picture",
"youtube"
],
"author": "Jonny Burger",
"license": "MIT",
"bugs": {
"url": "https://github.com/JonnyBurger/pipcorn/issues"
},
"homepage": "https://github.com/JonnyBurger/pipcorn#readme",
"devDependencies": {
"open-pip": "^3.0.5",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"xns": "^2.0.7",
"ytdl-core": "^1.0.6"
}
}