{
  "name": "2d-gaming",
  "version": "2.1.0",
  "license": "MIT",
  "module": "index.js",
  "typings": "2d-gaming.d.ts",
  "scripts": {
    "build": "build",
    "type": "typesGenerate",
    "copy": "copyDist",
    "finish": "npm run build && npm run copy"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/CWestBlue/2d-gaming"
  },
  "private": false,
  "keywords": [
    "2d",
    "HTML",
    "canvas",
    "game",
    "angular2",
    "angular",
    "angualr4",
    "physics",
    "typescript",
    "gaming",
    "create",
    "make",
    "draw"
  ],
  "dependencies": {
    "@angular/common": "^4.0.0",
    "@angular/compiler": "^4.0.0",
    "@angular/core": "^4.0.0",
    "@angular/forms": "^4.0.0",
    "@angular/http": "^4.0.0",
    "@angular/platform-browser": "^4.0.0",
    "@angular/platform-browser-dynamic": "^4.0.0",
    "@angular/router": "^4.0.0",
    "core-js": "^2.4.1",
    "dts-generator": "^2.1.0",
    "lodash": "^4.17.4",
    "rxjs": "^5.1.0",
    "zone.js": "^0.8.4"
  },
  "devDependencies": {
    "@angular/cli": "^1.0.1",
    "@angular/compiler-cli": "^4.0.0",
    "@types/jasmine": "2.5.38",
    "@types/lodash": "ts2.2",
    "@types/node": "~6.0.60",
    "codelyzer": "~2.0.0",
    "jasmine-core": "~2.5.2",
    "jasmine-spec-reporter": "~3.2.0",
    "karma-chrome-launcher": "~2.0.0",
    "karma-cli": "~1.0.1",
    "karma-coverage-istanbul-reporter": "^0.2.0",
    "karma-jasmine": "~1.1.0",
    "karma-jasmine-html-reporter": "^0.2.2",
    "protractor": "~5.1.0",
    "ts-node": "~2.0.0",
    "tslint": "~4.5.0",
    "typescript": "~2.2.0"
  }
}
