2018-08-10 11:53:33 +02:00
|
|
|
{
|
|
|
|
"name": "peertubeify",
|
2018-08-11 00:30:23 +02:00
|
|
|
"version": "0.2.1",
|
2018-08-10 11:53:33 +02:00
|
|
|
"description": "PeerTubeify is a browser extension to help discovering which YouTube videos are also available on PeerTube.",
|
|
|
|
"main": "webpack.config.js",
|
|
|
|
"dependencies": {},
|
|
|
|
"devDependencies": {
|
|
|
|
"lodash": "^4.17.10",
|
|
|
|
"webpack": "^4.16.5",
|
|
|
|
"webpack-cli": "^3.1.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "webpack --display-error-details --progress --colors",
|
|
|
|
"build:watch": "npm run build -- -w"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+ssh://git@gitlab.com/Ealhad/peertubeify.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://gitlab.com/Ealhad/peertubeify/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://gitlab.com/Ealhad/peertubeify#README"
|
|
|
|
}
|