guacamole/package.json

20 lines
469 B
JSON
Raw Permalink Normal View History

2020-08-11 09:47:20 +00:00
{
"private": true,
"name": "guacamole",
2020-10-23 00:07:08 +00:00
"version": "0.0.6",
2020-08-11 09:47:20 +00:00
"description": "remote access",
"scripts": {
"release": "standard-version",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://sigyl.com/git/stack/guacamole"
},
"author": "Giles Bradshaw",
"license": "ISC",
"devDependencies": {
"standard-version": "git+https://github.com/gilesbradshaw/standard-version.git"
}
}