roku-requests
Version:
BrightScript http framework for Roku apps, inspired by Pyton Requests
33 lines (32 loc) • 803 B
JSON
{
"name": "roku-requests",
"version": "1.2.0",
"description": "BrightScript http framework for Roku apps, inspired by Pyton Requests",
"main": "index.js",
"scripts": {
"preversion": "npm run validate",
"validate": "bsc --create-package=false --copy-to-staging=false"
},
"devDependencies": {
"@rokucommunity/bslint": "^0.8.1",
"brighterscript": "^0.61.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rokucommunity/roku-requests.git"
},
"keywords": [
"ropm",
"roku",
"http"
],
"author": "Blake Visin",
"license": "MIT",
"bugs": {
"url": "https://github.com/rokucommunity/roku-requests/issues"
},
"homepage": "https://github.com/rokucommunity/roku-requests#readme",
"ropm": {
"packageRootDir": "src"
}
}