{
  "name": "xreact",
  "version": "5.0.1",
  "description": "Functional Reactive State Container for React",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jcouyang/react-most.git"
  },
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "src",
    "lib",
    "dist"
  ],
  "scripts": {
    "build": "make all",
    "test": "jest",
    "prepublish": "npm run build",
    "testWDebugger": "node --harmony $(which bugger) ./node_modules/jest-cli/bin/jest.js --runInBand"
  },
  "browserify-shim": {
    "react": "global:React",
    "@reactivex/rxjs": "global:Rx",
    "most": "global:most"
  },
  "dependencies": {
    "prop-types": "^15.6.0",
    "reflect-metadata": "^0.1.12"
  },
  "peerDependencies": {
    "react": "^16.2.0"
  },
  "optionalDependencies": {
    "@reactivex/rxjs": "^5.5.6",
    "most": "^1.7.2",
    "most-subject": "^5.3.0"
  },
  "devDependencies": {
    "@reactivex/rxjs": "^5.5.6",
    "@types/jest": "^22.1.0",
    "@types/node": "^9.3.0",
    "@types/prop-types": "^15.5.2",
    "@types/react": "^16.0.34",
    "browserify": "^15.2.0",
    "browserify-shim": "^3.8.14",
    "chai": "^4.1.2",
    "create-react-class": "^15.6.2",
    "envify": "^4.1.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "jest": "^22.1.4",
    "lodash": "^4.0.0",
    "mocha": "^5.0.0",
    "most": "^1.7.2",
    "most-subject": "^5.3.0",
    "nightmare": "^2.10.0",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "react-test-renderer": "^16.2.0",
    "redux": "^3.0.4",
    "ts-jest": "^22.0.1",
    "tsify": "^3.0.4",
    "typescript": "^2.7.1",
    "uglify-js": "^3.3.8",
    "watchify": "^3.9.0"
  },
  "jest": {
    "transform": {
      "^.+\\.(tsx|ts)$": "<rootDir>/node_modules/ts-jest/preprocessor.js"
    },
    "collectCoverageFrom": [
      "src/x.ts",
      "src/xclass.ts"
    ],
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js"
    ],
    "testMatch": [
      "**/__tests__/*.(ts|tsx|js)"
    ],
    "roots": [
      "src"
    ],
    "coverageDirectory": "./coverage/",
    "collectCoverage": true
  },
  "author": "Jichao Ouyang",
  "license": "MIT",
  "keywords": [
    "Rx",
    "RxJS",
    "ReactiveX",
    "ReactiveExtensions",
    "Streams",
    "Observables",
    "Observable",
    "Stream",
    "React",
    "most",
    "mostjs",
    "FRP",
    "Reactive",
    "ES6",
    "ES2015",
    "xreact",
    "typescript"
  ]
}
