autoinst
Version:
Automatically install missing dependencies!
33 lines • 654 B
JSON
{
"author": {
"name": "Thomas Rory Gummerson",
"email": "thomas@gummerson.no",
"url": "https://trgwii.no"
},
"description": "Automatically install missing dependencies!",
"keywords": [
"auto",
"inst",
"install",
"installation",
"automatic",
"npm",
"yarn"
],
"license": "Beerware",
"main": "index.js",
"maintainers": [
{
"name": "trgwii",
"email": "thomas@gummerson.no"
}
],
"name": "autoinst",
"scripts": {
"postinstall": "node globalize",
"prepublishOnly": "node clean_package_json",
"selfclean": "node clean_package_json",
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "0.1.11"
}