{
  "name": "angular-ace-editor",
  "version": "0.2.3",
  "description": "Ace editor integration with typescript for angular 4+.",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "scripts": {
    "build": "ngc && node make.js"
  },
  "keywords": [
    "ng2",
    "angular2",
    "angular cli",
    "ace",
    "brace",
    "typescript",
    "directive",
    "component",
    "editor",
    "ng2-ace",
    "angular2-ace"
  ],
  "author": "François-Xavier Montigny <fxaviermontigny@gmail.com>",
  "contributors": [
    "Brandon Slade <brandonyoyoslade@gmail.com>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/angular/angular-ace-editor.git"
  },
  "bugs": {
    "url": "https://github.com/aboveyou00/angular-ace-editor/issues"
  },
  "dependencies": {
    "ace-builds": "^1.2.5",
    "brace": "^0.9.0"
  },
  "peerDependencies": {
    "@angular/common": "^5.0.1",
    "@angular/core": "^5.0.1",
    "@angular/forms": "^5.0.1",
    "@angular/platform-browser": "^5.0.1",
    "rxjs": "^5.5.0",
    "typescript": "^2.6.1",
    "zone.js": "^0.8.9"
  },
  "devDependencies": {
    "@angular/common": "^5.0.1",
    "@angular/compiler": "^5.0.1",
    "@angular/compiler-cli": "^5.0.1",
    "@angular/core": "^5.0.1",
    "@angular/forms": "^5.0.1",
    "@angular/platform-browser": "^5.0.1",
    "@angular/platform-browser-dynamic": "^5.0.1",
    "@types/hammerjs": "2.0.32",
    "@types/jasmine": "2.2.33",
    "@types/node": "6.0.38",
    "awesome-typescript-loader": "2.2.4",
    "codelyzer": "0.0.28",
    "commitizen": "2.8.6",
    "concurrently": "2.2.0",
    "core-js": "2.4.1",
    "cz-conventional-changelog": "1.2.0",
    "istanbul-instrumenter-loader": "0.2.0",
    "jasmine-core": "2.5.1",
    "karma": "1.3.0",
    "karma-chrome-launcher": "2.0.0",
    "karma-coverage": "1.1.1",
    "karma-jasmine": "1.0.2",
    "karma-mocha-reporter": "^2.1.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^1.8.0",
    "reflect-metadata": "0.1.8",
    "rxjs": "^5.5.0",
    "semantic-release": "4.3.5",
    "source-map-loader": "0.1.5",
    "systemjs": "0.19.38",
    "systemjs-builder": "0.15.31",
    "ts-helpers": "1.1.1",
    "tslint": "3.15.1",
    "tslint-loader": "2.1.5",
    "typescript": "2.4.2",
    "webpack": "^2.1.0-beta.21",
    "zone.js": "^0.8.9"
  }
}
