stremio-addons
Version:
Stremio Add-on Server / Client
36 lines (35 loc) • 1 kB
JSON
{
"name": "stremio-addons",
"version": "2.8.14",
"description": "Stremio Add-on Server / Client",
"main": "index.js",
"dependencies": {
"async": "1.x.x",
"ejs": "^2.5.7",
"events": "^1.1.0",
"extend": "^3.0.0",
"once": "^1.4.0"
},
"devDependencies": {
"tape": "4.x.x",
"browserify": "*",
"uglifyjs": "*"
},
"scripts": {
"preversion": "browserify -r ./index-browser.js:stremio-addons > browser/stremio-addons.js ; uglifyjs browser/stremio-addons.js > browser/stremio-addons.min.js ; git commit --allow-empty browser/stremio-addons.js browser/stremio-addons.min.js -m 'stremio-addons.js update'",
"test": "node test/basic.js"
},
"repository": {
"type": "git",
"url": "http://github.com/Stremio/stremio-addons"
},
"keywords": [
"stremio"
],
"author": "Ivo Georgiev",
"license": "MIT",
"bugs": {
"url": "https://github.com/Stremio/stremio-addons/issues"
},
"homepage": "https://github.com/Stremio/stremio-addons"
}