{
  "name": "@react-mvi/di",
  "version": "0.2.12",
  "description": "Dependency injection module for React MVI.",
  "main": "index.js",
  "scripts": {
    "gulp": "gulp --cwd",
    "patch-and-publish": "gulp publish --cwd",
    "test": "gulp test --cwd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brn/react-mvi.git"
  },
  "keywords": [
    "react-mvi",
    "react.js",
    "react",
    "reactive",
    "rxjs",
    "rfp"
  ],
  "author": "Taketoshi Aono",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/brn/react-mvi/issues"
  },
  "homepage": "https://github.com/brn/react-mvi#readme",
  "jspm": {
    "jspmNodeConversion": false,
    "main": "index.js",
    "dependencies": {
      "es6-symbol": "npm:es6-symbol@3.0.2",
      "lodash": "npm:lodash@4.12.0"
    },
    "devDependencies": {
      "chai": "npm:chai@3.5.0",
      "babel": "npm:babel-core@5.8.24",
      "babel-runtime": "npm:babel-runtime@5.8.24",
      "core-js": "npm:core-js@1.1.4",
      "ts": "github:frankwallis/plugin-typescript@4.0.16"
    }
  }
}