github-glitch-sync
Version:
Utility tool to reduce your glitch code boilerplate, and simplify GitHub <-> Glitch sync.
29 lines (27 loc) • 709 B
JSON
{
"name": "github-glitch-sync",
"version": "0.3.6",
"description": "Utility tool to reduce your glitch code boilerplate, and simplify GitHub <-> Glitch sync.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/orcwarrior/github-glitch-sync.git"
},
"keywords": [
"GitHub",
"Glitch",
"Sync"
],
"author": "Dariusz Kobuszewski",
"license": "ISC",
"bugs": {
"url": "https://github.com/orcwarrior/github-glitch-sync/issues"
},
"homepage": "https://github.com/orcwarrior/github-glitch-sync#readme",
"peerDependencies": {
"express": ">=4.16.0"
}
}