package.json 463 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@hexasoftware/hci",
  3. "version": "0.0.6",
  4. "description": "Hexa Continuous Integration",
  5. "main": "index.js",
  6. "author": {
  7. "name": "Luis Figueiredo",
  8. "email": "luisf@hexasoftware.com"
  9. },
  10. "scripts": {
  11. "test": "echo \"Error: no test specified\" && exit 1"
  12. },
  13. "keywords": [
  14. "osgi",
  15. "plugins",
  16. "manager",
  17. "framework"
  18. ],
  19. "license": "ISC",
  20. "dependencies": {
  21. "hlogger": "0.0.9",
  22. "unzip": "^0.1.11"
  23. }
  24. }