{
  "name": "retilt",
  "version": "0.2.4",
  "description": "",
  "main": "dist/tilt.js",
  "module": "src/index.js",
  "scripts": {
    "dev": "yarn storybook",
    "test": "yarn lint && yarn storyshots",
    "storyshots": "storyshots -c storybook",
    "storyshots:fix": "yarn storyshots -- -u",
    "lint": "standard --verbose | snazzy",
    "lint:fix": "standard --fix",
    "storybook": "webpack-dashboard -- start-storybook -p 3000 -c storybook",
    "build": "cross-env NODE_ENV=production webpack --progress --config storybook/webpack.prod.config -p",
    "build:storybook": "cross-env NODE_ENV=production build-storybook -c storybook -o docs"
  },
  "standard": {
    "ignore": [
      "dist",
      "docs"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/f-hmns/Tilt.git"
  },
  "keywords": [
    "react",
    "reactjs",
    "Tilt"
  ],
  "author": "João Alberto <@psicotropicos>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/f-hmns/Tilt/issues"
  },
  "homepage": "https://github.com/f-hmns/Tilt#readme",
  "devDependencies": {
    "@kadira/storybook": "^2.29.7",
    "@kadira/storyshots": "^2.1.0",
    "babel-core": "^6.18.2",
    "babel-loader": "^6.2.7",
    "babel-preset-env": "^1.3.3",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-0": "^6.16.0",
    "cross-env": "^3.1.3",
    "prop-types": "^15.5.8",
    "react": "^15.5.4",
    "react-dom": "^15.5.4",
    "snazzy": "^5.0.0",
    "standard": "^8.5.0",
    "standard-loader": "^5.0.0",
    "webpack": "^2.3.3",
    "webpack-dashboard": "^0.2.0"
  }
}
