33 lines
759 B
JSON
33 lines
759 B
JSON
{
|
|
"name": "xo-acl-resolver",
|
|
"version": "0.4.1",
|
|
"license": "ISC",
|
|
"description": "Xen-Orchestra internal: do ACLs resolution",
|
|
"keywords": [],
|
|
"homepage": "https://github.com/vatesfr/xen-orchestra/tree/master/packages/xo-acl-resolver",
|
|
"bugs": "https://github.com/vatesfr/xen-orchestra/issues",
|
|
"repository": {
|
|
"directory": "packages/xo-acl-resolver",
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Julien Fontanet",
|
|
"email": "julien.fontanet@vates.fr"
|
|
},
|
|
"preferGlobal": false,
|
|
"bin": {},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"dependencies": {
|
|
"xo-common": "^0.2.0"
|
|
},
|
|
"scripts": {
|
|
"postversion": "npm publish"
|
|
}
|
|
}
|