{
  "name": "gamedevjs",
  "version": "1.1.18",
  "description": "",
  "types": "dist/src/index.d.ts",
  "main": "dist/gamedev.js",
  "scripts": {
    "localtest": "karma start my.conf.js",
    "test": "karma start my.conf.js --single-run --browsers PhantomJS",
    "prepublish": "npm run build && npm run buildmin",
    "build": "./node_modules/.bin/webpack --config ./config/webpack.config.js",
    "buildmin": "./node_modules/.bin/webpack --config ./config/webpack.lib.js"
  },
  "keywords": [
    "gamedev",
    "gametool",
    "gamedata",
    "gamemanager"
  ],
  "author": "Thinh Tran <ns.hermione@gmail.com> (https://www.facebook.com/ththinh)",
  "repository": {
    "type": "git",
    "url": "https://github.com/nshermione/gamedevjs"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/jasmine": "^2.5.47",
    "jasmine": "^2.6.0",
    "karma": "^1.7.0",
    "karma-chrome-launcher": "^2.1.1",
    "karma-jasmine": "^1.1.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-typescript": "^3.0.2",
    "ts-loader": "^2.1.0",
    "typescript": "^2.3.3",
    "webpack": "^2.6.0",
    "webpack-merge": "^4.1.0"
  },
  "dependencies": {}
}
