@lxdhub/interfaces
Version:
Display, search and copy LXD-images using a web interface.
39 lines (38 loc) • 1.01 kB
JSON
{
"name": "@lxdhub/interfaces",
"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"
},
"devDependencies": {
"@types/node": "13.1.7"
},
"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"
},
"gitHead": "04edcea632126f5b2b01a52068f0a602cb29a2b8"
}