{
  "name": "jil",
  "version": "0.0.4",
  "description": "UI Framework for HTML5 Games",
  "author": "kefniark@gmail.com",
  "repository": "github:kefniark/jil",
  "license": "MIT",
  "keywords": [
    "html5",
    "game",
    "game-development",
    "ui",
    "framework"
  ],
  "main": "dist/jil.min.js",
  "types": "dist/declarations/src/library/index.d.ts",
  "scripts": {
    "build": "run-s build:*",
    "build:production": "webpack --mode=production",
    "build:development": "webpack --config webpack.config.dev.js",
    "build:definition": "tsc --p ./tsconfig.json --declaration true --emitDeclarationOnly true --outDir ./dist/declarations",
    "dev": "webpack-dev-server",
    "docs-expose": "http-server ./dist/docs -p 8080 -c-1",
    "lint": "tslint --project tsconfig.json 'src/**/*.ts'",
    "test": "run-s test:**",
    "test:lint": "tslint --project tsconfig.json \"./src/library/**/*.ts\" \"tests/**/*.ts\"",
    "test:unittest": "ts-node node_modules/tape/bin/tape ./tests/**/*.ts | tspec",
    "coverage": "nyc --all --reporter=html --reporter=text npm run test:unittest",
    "coveralls": "nyc --all --reporter=text-lcov npm run test:unittest | coveralls",
    "update": "npm-check --update"
  },
  "dependencies": {
    "fatina": "^2.1.2",
    "maquette": "^3.3.3"
  },
  "devDependencies": {
    "@types/tape": "^4.2.33",
    "copy-webpack-plugin": "^5.0.0",
    "coveralls": "^3.0.3",
    "html-webpack-plugin": "^3.2.0",
    "http-server": "^0.11.1",
    "npm-check": "^5.9.0",
    "npm-run-all": "^4.1.5",
    "nyc": "^13.3.0",
    "tap-spec": "^5.0.0",
    "tape": "^4.10.1",
    "ts-events": "^3.2.1",
    "ts-loader": "^5.3.3",
    "ts-node": "^8.0.2",
    "tslint": "^5.13.0",
    "tslint-config-standard": "^8.0.1",
    "typedoc": "^0.14.2",
    "typedoc-webpack-plugin": "^1.1.4",
    "typescript": "^3.3.3333",
    "typescript-mix": "^3.1.3",
    "webpack": "^4.29.5",
    "webpack-cli": "^3.2.3",
    "webpack-dev-server": "^3.2.1"
  },
  "nyc": {
    "include": [
      "src/library/**/*.ts"
    ],
    "extension": [
      ".ts"
    ]
  }
}
