{
  "name": "jec-jdi",
  "version": "0.1.1",
  "description": "JEC JDI - Provides developers Dependency Injection and Inversion of Control capabilities to JEC applications.",
  "main": "dist/com/jec/jec-jdi-index",
  "types": "types/jec-jdi.d.ts",
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jec-project/jec-jdi.git"
  },
  "keywords": [
    "JEC",
    "jdi",
    "jedi",
    "JavaScript",
    "TypeScript",
    "server",
    "applications",
    "IoC",
    "DI",
    "Dependency Injection",
    "Inversion of Control",
    "Inject",
    "Injectable"
  ],
  "author": "Pascal ECHEMANN",
  "license": "SEE LICENSE IN LICENSE",
  "bugs": {
    "url": "https://github.com/jec-project/jec-jdi/issues"
  },
  "homepage": "https://github.com/jec-project/jec-jdi#readme",
  "dependencies": {
    "jec-commons": "^1.2.0"
  },
  "devDependencies": {
    "@types/mocha": "^5.2.5",
    "chai": "^4.1.2",
    "sinon": "^6.1.4",
    "grunt": "1.0.3",
    "grunt-contrib-clean": "^1.1.0",
    "grunt-contrib-copy": "^1.0.0",
    "grunt-mocha-test": "^0.13.3",
    "grunt-ts": "^6.0.0-beta.21",
    "grunt-typedoc": "^0.2.4",
    "mocha": "^5.2.0",
    "typedoc": "^0.11.1",
    "typescript": "^2.9.2"
  }
}
