zabbix/package.json

19 lines
429 B
JSON
Raw Normal View History

2020-08-28 21:17:12 +00:00
{
"private": true,
"name": "zabbix",
2020-08-28 21:17:35 +00:00
"version": "0.0.3",
2020-08-28 21:17:12 +00:00
"scripts": {
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://sigyl.com/git/stack/zabbix"
},
"author": "Giles Bradshaw",
"license": "ISC",
"devDependencies": {
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
}
}