2018-08-10 11:53:33 +02:00
|
|
|
{
|
|
|
|
"name": "peertubeify",
|
2019-02-19 13:51:10 +01:00
|
|
|
"version": "0.6.0",
|
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": {
|
2018-11-09 14:34:24 +01:00
|
|
|
"@types/lodash": "^4.14.118",
|
2018-08-11 23:47:46 +02:00
|
|
|
"extract-loader": "^2.0.1",
|
|
|
|
"file-loader": "^1.1.11",
|
|
|
|
"html-loader": "^0.5.5",
|
2018-11-04 09:23:45 +01:00
|
|
|
"lodash": "^4.17.11",
|
2018-08-28 23:38:24 +02:00
|
|
|
"ts-loader": "^4.5.0",
|
2018-11-04 09:23:45 +01:00
|
|
|
"typescript": "^3.1.6",
|
|
|
|
"web-ext-types": "^2.3.0",
|
2018-08-28 23:38:24 +02:00
|
|
|
"webextension-polyfill": "^0.3.1",
|
2018-11-22 16:17:33 +01:00
|
|
|
"webpack": "^4.26.0",
|
2018-11-04 09:23:45 +01:00
|
|
|
"webpack-cli": "^3.1.2"
|
2018-08-10 11:53:33 +02:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|