{
  "name": "redux-app",
  "version": "2.1.0",
  "description": "Type-safe, DRY and OO redux. Implemented with typescript.",
  "keywords": [
    "redux",
    "typescript",
    "angular",
    "aurelia",
    "dry",
    "object oriented",
    "encapsulation"
  ],
  "author": "Alon Bar",
  "license": "MIT",
  "homepage": "https://github.com/alonrbar/redux-app",
  "repository": {
    "type": "git",
    "url": "https://github.com/alonrbar/redux-app.git"
  },
  "bugs": {
    "url": "https://github.com/alonrbar/redux-app/issues"
  },
  "main": "dist/redux-app.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "dev": "webpack --config webpack.config.dev.js --watch",
    "lint": "npm run lint-lint --silent",
    "lint-lint": "tslint \"./{src,test}/**/*.{ts,tsx}\" --exclude \"./**/*.d.ts\"",
    "test": "mocha-webpack --require source-map-support/register --webpack-config webpack.config.test.js \"test/**/*.tests.ts\"",
    "test-watch": "mocha-webpack --watch --require source-map-support/register --webpack-config webpack.config.test.js \"test/**/*.tests.ts\"",
    "release": "npm run lint && npm run test && webpack && webpack --config webpack.config.dev.js"
  },
  "dependencies": {
    "lodash.get": "4.4.2",
    "lodash.snakecase": "4.1.1",
    "redux": "3.7.2"
  },
  "devDependencies": {
    "@types/chai": "4.0.10",
    "@types/mocha": "2.2.45",
    "@types/node": "8.5.2",
    "chai": "4.1.2",
    "mocha": "4.0.1",
    "mocha-webpack": "1.0.1",
    "source-map-support": "0.5.0",
    "ts-loader": "3.2.0",
    "ts-nameof": "0.10.3",
    "ts-nameof-loader": "1.0.1",
    "tslint": "^5.9.1",
    "typescript": "2.6.2",
    "webpack": "3.10.0",
    "webpack-node-externals": "1.6.0"
  }
}
