package.json 510 B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "@hexasoftware/hci",
  3. "version": "0.0.9",
  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": "cd test; node --expose-gc hci-usecase"
  12. },
  13. "keywords": [
  14. "osgi",
  15. "plugins",
  16. "manager",
  17. "framework"
  18. ],
  19. "license": "ISC",
  20. "dependencies": {
  21. "colors": "^1.1.2",
  22. "hlogger": "0.0.9",
  23. "mime-types": "^2.1.15",
  24. "unzip": "^0.1.11"
  25. }
  26. }