stremio-addons
Version:
Stremio Add-on Server / Client
34 lines (33 loc) • 957 B
JSON
{
"name": "stremio-addons",
"version": "1.17.9",
"description": "Stremio Add-on Server / Client",
"main": "index.js",
"dependencies": {
"async": "0.9.x",
"dot-object": "^1.3.0",
"lodash": "3.3.x",
"tape": "4.x.x"
},
"devDependencies": {
"browserify": "*",
"uglifyjs": "*"
},
"scripts": {
"prepublish": "browserify -r ./index.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"
}