Files
vim-ale/_npm/package.json
AJ ONeal c9efb5d31e v0.5.1
2020-08-12 12:55:44 -06:00

29 lines
658 B
JSON

{
"name": "webi",
"version": "0.5.1",
"description": "Effortlessly install developer tools with easy-to-remember URLs",
"main": "index.js",
"homepage": "https://webinstall.dev",
"files": [
"scripts/"
],
"scripts": {
"postinstall": "node scripts/install-webi.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/webinstall/packages"
},
"keywords": [
"webi",
"webinstall",
"install"
],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "MPL-2.0",
"dependencies": {
"@root/request": "^1.6.1"
}
}