{
  "name": "@frontity/share",
  "version": "0.2.6",
  "description": "Share utilities for the Frontity platform.",
  "main": "./lib/index.js",
  "scripts": {
    "test": "jest --watch --silent",
    "test:ci": "jest --silent",
    "test:debug": "node --inspect node_modules/.bin/jest --watch",
    "cz": "git-cz",
    "lint-staged": "lint-staged",
    "build": "npm run clean && babel src -d lib --ignore '**/*.tests.js'",
    "clean": "rm -rf lib && mkdir lib",
    "prepublishOnly": "npm run build",
    "travis-deploy-once": "travis-deploy-once",
    "semantic-release": "semantic-release"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/frontity/share.git"
  },
  "keywords": [
    "frontity",
    "share",
    "react",
    "mobx"
  ],
  "author": "David Arenas (david@frontity.com), Luis Herranz (luis@frontity.com), Eduardo Campaña (eduardo@frontity.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/frontity/share/issues"
  },
  "homepage": "https://github.com/frontity/share#readme",
  "peerDependencies": {
    "mobx": "^4.5.0",
    "mobx-state-tree": "^3.5.0",
    "superagent": "^3.8.3",
    "url": "^0.11.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.1.2",
    "@babel/core": "^7.1.2",
    "@babel/polyfill": "^7.0.0",
    "@babel/preset-env": "^7.1.0",
    "@commitlint/cli": "^7.0.0",
    "@commitlint/config-conventional": "^7.0.1",
    "@semantic-release/changelog": "^3.0.1",
    "@semantic-release/git": "^7.0.5",
    "@semantic-release/github": "^5.2.0",
    "@semantic-release/npm": "^5.0.5",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^8.2.3",
    "commitizen": "^2.10.1",
    "cz-conventional-changelog": "^2.1.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-import": "^2.12.0",
    "eslint-plugin-jest": "^21.17.0",
    "eslint-plugin-jsx-a11y": "^6.0.3",
    "husky": "^1.0.0-rc.9",
    "jest": "^23.1.0",
    "lint-staged": "^7.2.0",
    "mobx": "^4.5.0",
    "mobx-state-tree": "^3.5.0",
    "prettier": "^1.13.5",
    "semantic-release": "^15.10.5",
    "superagent": "^3.8.3",
    "travis-deploy-once": "^5.0.9",
    "url": "^0.11.0"
  }
}
