{
  "name": "whiplash-ui-library",
  "version": "1.5.1",
  "description": "whiplash-ui-library React component",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "bugs": "https://github.com/whiplashmerch/whiplash-ui-library/issues",
  "scripts": {
    "build": "nwb build-react-component --copy-files",
    "clean": "nwb clean-module && npm clean-demo",
    "deploy": "gh-pages -d demo/dist",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server"
  },
  "dependencies": {
    "animate.css": "^3.5.2",
    "classnames": "^2.2.5",
    "moment": "^2.17.1",
    "normalize.css": "^5.0.0",
    "prop-types": "^15.5.6"
  },
  "peerDependencies": {
    "react": "15.x"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "codecov": "^2.0.2",
    "coveralls": "^2.11.14",
    "enzyme": "^2.4.1",
    "eslint": "^3.16.0",
    "gh-pages": "^0.11.0",
    "nwb": "0.15.x",
    "react": "^15.3.2",
    "react-addons-test-utils": "^15.4.2",
    "react-dom": "^15.4.2",
    "react-redux": "^4.4.6",
    "react-router": "^2.8.1",
    "react-router-redux": "^4.0.7",
    "redux": "^3.6.0",
    "redux-devtools-extension": "^1.0.0",
    "redux-thunk": "^2.1.0",
    "sinon": "^2.1.0"
  },
  "author": "Casey Baggz",
  "homepage": "https://www.whiplashmerch.com/",
  "license": "MIT",
  "repository": "https://github.com/whiplashmerch/whiplash-ui-library",
  "tags": [
    "react",
    "whiplashmerch",
    "ui-library"
  ],
  "keywords": [
    "react-component",
    "react",
    "ui-library",
    "ui",
    "whiplash",
    "whiplashmerch"
  ]
}
