{
  "name": "fast-event-system",
  "version": "1.0.11",
  "description": "This fast event system allows calls between two interfaces decoupled (sync or async)",
  "scripts": {
    "clean": "call clean",
    "install": "call install",
    "test": "call tests",
    "upload": "call upload"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/makiolo/fast-event-system.git"
  },
  "keywords": [
    "c++",
    "signal"
  ],
  "author": "Ricardo Marmolejo García",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/makiolo/fast-event-system/issues"
  },
  "homepage": "https://github.com/makiolo/fast-event-system#readme",
  "directories": {
    "test": "tests"
  },
  "devDependencies": {
    "cmaki": "^1.0.28",
    "cmaki_generator": "^1.0.0"
  },
  "dependencies": {
    "metacommon": "^1.0.1"
  }
}
