Files
xen-orchestra/@xen-orchestra/emit-async/package.json
2022-05-30 17:45:59 +02:00

29 lines
696 B
JSON

{
"private": false,
"name": "@xen-orchestra/emit-async",
"version": "1.0.0",
"license": "ISC",
"description": "Emit an event for async listeners to settle",
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/@xen-orchestra/emit-async",
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
"repository": {
"directory": "@xen-orchestra/emit-async",
"type": "git",
"url": "https://github.com/vatesfr/xen-orchestra.git"
},
"author": {
"name": "Vates SAS",
"url": "https://vates.fr"
},
"preferGlobal": false,
"browserslist": [
">2%"
],
"engines": {
"node": ">=6"
},
"scripts": {
"postversion": "npm publish"
}
}