@lxdhub/common
Version:
Display, search and copy LXD-images using a web interface.
42 lines (41 loc) • 1.1 kB
JSON
{
"name": "@lxdhub/common",
"version": "1.10.3",
"description": "Display, search and copy LXD-images using a web interface.",
"main": "lib/index.js",
"scripts": {
"build": "tsc -p tsconfig.build.json",
"prepare": "npm run build"
},
"publishConfig": {
"access": "public"
},
"license": "Apache-2.0",
"keywords": [
"lxd",
"lxc",
"lxdhub",
"container"
],
"homepage": "https://github.com/Roche/lxdhub#README.md",
"bugs": {
"url": "https://github.com/Roche/lxdhub/issues",
"email": "livio.brunner.lb1@roche.com"
},
"author": {
"email": "livio.brunner.lb1@roche.com",
"name": "Livio Brunner",
"url": "https://brunnerliv.io"
},
"repository": {
"type": "git",
"url": "https://github.com/Roche/lxdhub"
},
"dependencies": {
"@lxdhub/interfaces": "^1.10.3",
"@types/node": "12.12.1",
"chalk": "2.4.2",
"winston": "3.2.1"
},
"gitHead": "04edcea632126f5b2b01a52068f0a602cb29a2b8"
}