xen-orchestra/@vates/multi-key-map/package.json

33 lines
764 B
JSON
Raw Permalink Normal View History

2020-11-09 05:30:35 -06:00
{
"private": false,
"name": "@vates/multi-key-map",
"description": "Create map with values affected to multiple keys",
"keywords": [
"cache",
"map"
],
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@vates/multi-key-map",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "@vates/multi-key-map",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
},
"license": "ISC",
2023-11-28 02:30:32 -06:00
"version": "0.2.0",
2020-11-09 05:30:35 -06:00
"engines": {
"node": ">=8.10"
},
"scripts": {
"postversion": "npm publish --access public",
"test": "node--test"
},
"devDependencies": {
"test": "^3.2.1"
2020-11-09 05:30:35 -06:00
}
}