Files
alfresco-ng2-components/lib/cli/package.json
T
2019-06-18 21:35:58 +01:00

30 lines
719 B
JSON

{
"name": "@alfresco/adf-cli",
"description": "Alfresco ADF cli and utils",
"version": "3.3.0",
"author": "Alfresco Software, Ltd.",
"bin": {
"adf-license": "./bin/doc/licenseList.js",
"adf-audit": "./bin/doc/audit.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
},
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"dependencies": {
"commander": "^2.15.1",
"license-checker": "^25.0.1",
"npm-registry-fetch": "^3.9.0",
"shelljs": "^0.8.3",
"spdx-license-list": "^5.0.0",
"ejs": "^2.6.1"
},
"keywords": [
"alfresco-component"
],
"license": "Apache-2.0"
}