{
  "name": "autofocus",
  "version": "1.2.3",
  "description": "Focus en Typescript avec MobX",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/JabX/autofocus.git"
  },
  "author": "damien.frikha@kleegroup.com",
  "license": "MIT",
  "homepage": "https://github.com/JabX/autofocus",
  "scripts": {
    "prepublish": "in-publish && tsc --outDir ./ && node copy-css.js ./ || true",
    "postpublish": "rm -rf index.js index.d.ts reference.js reference.d.ts user.js user.d.ts && rm -rf application entity list message network router search testing theming",
    "start": "tsc && node copy-css.js dist",
    "tcm": "tcm src",
    "tcm:watch": "tcm -w src",
    "test": "set TS_NODE_COMPILER_OPTIONS={\"module\":\"commonjs\"} && ts-node ./node_modules/tape/bin/tape src/**/__test__/index.* | tap-spec",
    "testgen": "set TS_NODE_COMPILER_OPTIONS={\"module\":\"commonjs\"} && ts-node src/testing/generator.ts src ..",
    "tslint": "tslint src/**/*.ts src/**/*.tsx --force"
  },
  "dependencies": {
    "@types/core-decorators": "0.10.31",
    "@types/glob": "5.0.30",
    "@types/i18next": "2.3.35",
    "@types/lodash": "4.14.55",
    "@types/numeral": "0.0.19",
    "@types/react": "15.0.0",
    "@types/react-addons-test-utils": "0.14.17",
    "@types/react-dom": "0.14.23",
    "@types/tape": "4.2.29",
    "@types/uuid": "2.0.29",
    "core-decorators": "0.15.0",
    "focus-components": "3.2.5",
    "i18next": "7.1.2",
    "ignore-styles": "5.0.1",
    "lodash": "4.17.4",
    "material-design-icons-iconfont": "3.0.3",
    "material-design-lite": "1.2.1",
    "mobx": "3.1.5",
    "mobx-react": "4.1.3",
    "moment": "2.17.1",
    "numeral": "2.0.4",
    "react": "15.4.2",
    "react-addons-test-utils": "15.4.2",
    "react-dom": "15.4.2",
    "tape": "4.6.3",
    "tslib": "1.6.0",
    "uuid": "3.0.1"
  },
  "devDependencies": {
    "@types/shelljs": "0.7.0",
    "in-publish": "2.0.0",
    "shelljs": "0.7.7",
    "tap-spec": "4.1.1",
    "ts-node": "2.1.0",
    "tslint": "4.5.1",
    "typed-css-modules": "0.2.0",
    "typescript": "2.2.1"
  }
}
