{
  "name": "@tomgco/joyent-portal-ui",
  "version": "0.0.0",
  "license": "MPL2",
  "main": "dist/index.js",
  "scripts": {
    "start": "cd docs && npm start",
    "lint": "make lint",
    "test": "make test",
    "build": "make compile",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "dependencies": {
    "color": "^1.0.3",
    "lodash.find": "^4.6.0",
    "lodash.first": "^3.0.0",
    "lodash.flatten": "^4.4.0",
    "lodash.get": "^4.4.2",
    "lodash.isfunction": "^3.0.8",
    "lodash.isstring": "^4.0.1",
    "lodash.isundefined": "^3.0.1",
    "param-case": "^2.1.0",
    "random-natural": "^1.0.3",
    "react": "^15.4.1",
    "react-dom": "^15.4.1",
    "reduce-css-calc": "^1.3.0",
    "styled-components": "^1.2.1"
  },
  "devDependencies": {
    "@kadira/storybook": "^2.35.1",
    "ava": "^0.17.0",
    "babel-cli": "^6.18.0",
    "babel-core": "^6.21.0",
    "babel-eslint": "^7.1.1",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-object-rest-spread": "^6.20.2",
    "babel-preset-react": "^6.16.0",
    "babel-register": "^6.18.0",
    "dangerously-set-inner-html": "2.0.0",
    "enzyme": "^2.7.0",
    "eslint": "^3.12.2",
    "eslint-config-semistandard": "^7.0.0",
    "eslint-config-standard": "^6.2.1",
    "eslint-plugin-babel": "^4.0.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-promise": "^3.4.0",
    "eslint-plugin-react": "^6.8.0",
    "eslint-plugin-standard": "^2.0.1",
    "memory-fs": "^0.4.1",
    "nyc": "^10.0.0",
    "pre-commit": "^1.2.2",
    "react-addons-test-utils": "^15.4.1",
    "st": "^1.2.0",
    "stylelint": "^7.7.0",
    "stylelint-config-standard": "^15.0.1",
    "stylelint-processor-styled-components": "^0.0.4",
    "tap-xunit": "^1.5.0"
  },
  "ava": {
    "failFast": true,
    "cache": false,
    "require": [
      "babel-register"
    ],
    "babel": "inherit"
  },
  "pre-commit": [
    "lint",
    "test",
    "coverage"
  ]
}
