github-release-info-downloader
Version:
Gets latest release download URL using the GitHub Releases API. It also shows when it was released and the download count.
45 lines (44 loc) • 1.4 kB
JSON
{
"name": "github-release-info-downloader",
"version": "1.0.2",
"description": "Gets latest release download URL using the GitHub Releases API. It also shows when it was released and the download count.",
"main": "src/index.js",
"scripts": {
"test": "mocha --require babel-polyfill --require babel-register -r jsdom-global/register",
"dev": "webpack --mode development",
"build": "webpack --mode production --config ./webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/ProphetDaniel/github-release-info-downloader.git"
},
"keywords": [
"GitHub",
"Release",
"Downloader"
],
"author": "Prophet Daniel",
"license": "ISC",
"bugs": {
"url": "https://github.com/ProphetDaniel/github-release-info-downloader/issues"
},
"homepage": "https://github.com/ProphetDaniel/github-release-info-downloader#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"jsdom": "11.8.0",
"jsdom-global": "3.0.2",
"mocha": "^5.1.1",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0",
"jquery": "^3.3.1",
"tiny-emitter": "^2.0.2",
"typed-function": "^1.0.3",
"xhr2": "^0.1.4"
}
}