36 lines
897 B
JSON
36 lines
897 B
JSON
{
|
|
"name": "xo-acl-resolver",
|
|
"version": "0.2.3",
|
|
"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": {
|
|
"type": "git",
|
|
"url": "https://github.com/vatesfr/xen-orchestra.git"
|
|
},
|
|
"author": {
|
|
"name": "Julien Fontanet",
|
|
"email": "julien.fontanet@vates.fr"
|
|
},
|
|
"preferGlobal": false,
|
|
"main": "dist/",
|
|
"bin": {},
|
|
"files": [
|
|
"dist/"
|
|
],
|
|
"engines": {
|
|
"node": ">=0.12"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.24.1",
|
|
"babel-preset-env": "^1.6.1"
|
|
},
|
|
"scripts": {
|
|
"build": "babel --source-maps --out-dir=dist/ src/",
|
|
"dev": "babel --watch --source-maps --out-dir=dist/ src/",
|
|
"prepublishOnly": "yarn run build"
|
|
}
|
|
}
|