{
  "name": "retax-components",
  "version": "0.1.3",
  "description": "Set of components to structure retax apps",
  "main": "lib/index.js",
  "jsnext:main": "es/index.js",
  "typings": "libTs/index.d.ts",
  "scripts": {
    "build": "builder run build",
    "lint": "builder run lint",
    "prepublish": "npm test && builder run build",
    "pretest": "npm run typings && builder run lint",
    "preversion": "npm test && builder run build",
    "start": "builder run build:commonjs:watch",
    "tdd": "builder run test:all:watch",
    "test:once": "builder run test:all",
    "test": "builder run test:all:coverage",
    "typings": "builder run typings:install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/retaxJS/retax-components"
  },
  "keywords": [
    "react",
    "redux",
    "framework",
    "universal",
    "retax",
    "components"
  ],
  "author": "Thomas Hourlier <thomas.hourlier@cnode.fr>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/retaxJS/retax-components/issues"
  },
  "homepage": "https://github.com/retaxJS/retax-components",
  "dependencies": {
    "builder-ts-library": "~0.0.6",
    "hoist-non-react-statics": "^1.0.5",
    "inversify": "2.0.0-beta.10",
    "inversify-dts": "1.0.8",
    "isomorphic-fetch": "^2.2.1",
    "lodash": "^4.6.1",
    "retax-core": "^1.2.1",
    "retax-di": "^1.1.2",
    "retax-utils": "^1.0.2"
  },
  "devDependencies": {
    "builder": "^2.9.1",
    "builder-ts-library-dev": "~0.0.6",
    "reflect-metadata": "^0.1.3",
    "retax": "^1.1.4"
  },
  "peerDependencies": {
    "reflect-metadata": "^0.1.3",
    "retax": "^1.1.4",
    "retax-core": "^1.2.1",
    "retax-di": "^1.1.2",
    "retax-utils": "^1.0.2"
  }
}
