2020-08-11 09:47:20 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "guacamole",
|
2020-08-28 20:54:34 +00:00
|
|
|
"version": "0.0.4",
|
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"
|
|
|
|
}
|
|
|
|
}
|