{
  "name": "@cicada/message",
  "version": "0.3.3",
  "description": "cicada message",
  "main": "lib/index.js",
  "scripts": {
    "rollup": "rollup -c rollup.config.js",
    "build": "make build",
    "test": "make test",
    "test:watch": "make test-watch",
    "test:cover": "make test-cover",
    "coveralls": "make test-cover && cat ./coverage/lcov.info | coveralls",
    "prepublish": "make test && make build && npm run rollup",
    "autod": "autod",
    "lint": "make lint"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "keywords": [],
  "license": "MIT",
  "dependencies": {
    "lodash": "^4.17.10"
  },
  "devDependencies": {
    "autod": "^2.9.0",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^7.1.0",
    "babel-istanbul": "^0.12.1",
    "babel-plugin-import": "^1.1.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-runtime": "^6.26.0",
    "coveralls": "^3.0.0",
    "eslint": "^4.8.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-babel": "^3.x",
    "eslint-plugin-import": "^2.x",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.x",
    "expect": "^21.2.1",
    "mocha": "^2.5.3",
    "pre-commit": "^1.1.2",
    "rollup": "^0.62.0",
    "rollup-plugin-babel": "^3.0.7",
    "rollup-plugin-uglify": "^4.0.0"
  },
  "pre-commit": [
    "lint"
  ],
  "directories": {
    "lib": "lib"
  },
  "author": ""
}
