{
  "name": "@mindhive/meteor",
  "version": "25.0.6",
  "description": "Our standard additions to Meteor",
  "contributors": [
    {
      "name": "Damon Maria",
      "email": "damon@mindhive.co.nz"
    }
  ],
  "private": false,
  "main": "./index.js",
  "scripts": {
    "lint": "eslint --ext .jsx,.js src",
    "lint:fix": "eslint --fix --ext .jsx,.js src",
    "build": "babel src --ignore *.spec.js --out-dir dist",
    "build:clean": "rm -r dist/*",
    "test": "mocha --compilers js:babel-core/register --reporter spec \"src/**/*.spec.js\"",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:mindhivenz/meteor-base.git"
  },
  "keywords": [
    "meteor"
  ],
  "dependencies": {
    "@mindhive/di": "^4.0.0",
    "@mindhive/mobx": "^2.0.4",
    "@mindhive/time": "^1.2.0",
    "babel-runtime": "^6.18.0",
    "date-fns": "^1.9.0",
    "enumify": "^1.0.4",
    "extend-accessors": "^1.0.1",
    "lodash": "^4.17.4",
    "lru-memoize": "^1.0.1",
    "prop-types": "^15.5.4",
    "react-komposer": "damonmaria/react-komposer#shouldResubscribe-option",
    "recompose": "^0.23.5",
    "simpl-schema": "^1.2.2"
  },
  "peerDependencies": {
    "mobx": "^3.0.0",
    "mobx-react": "^4.0.0",
    "react": "^15.0.0"
  },
  "devDependencies": {
    "@mindhive/some": "^3.0.0",
    "@mindhive/wallaby-meteor-config": "^2.0.0",
    "babel-cli": "^6.18.0",
    "babel-plugin-transform-class-properties": "^6.18.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-object-rest-spread": "^6.23.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-env": "^1.3.2",
    "bcrypt": "^0.8.7",
    "chai": "^4.0.2",
    "chai-as-promised": "^7.1.0",
    "chai-properties": "^1.2.1",
    "eslint": "^4.13.1",
    "eslint-config-mindhive-meteor": "^2.0.0",
    "mobx": "^3.0.0",
    "mobx-react": "^4.0.0",
    "mocha": "^4.0.1",
    "sinon": "^4.1.3",
    "sinon-chai": "^2.8.0",
    "sinon-stub-promise": "^4.0.0"
  },
  "homepage": "https://github.com/mindhivenz/meteor-base",
  "bugs": {
    "url": "https://github.com/mindhivenz/meteor-base/issues"
  },
  "license": "MIT"
}
