{
  "name": "nox-react-components",
  "version": "1.0.2",
  "description": "UI components built with React",
  "main": "./src/index.js",
  "scripts": {
    "prepublish": "rimraf ./lib && ncp ./src ./lib",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/candice2cc/nox-react-components.git"
  },
  "keywords": [
    "react",
    "react-component"
  ],
  "author": "NoxFED",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/candice2cc/nox-react-components/issues"
  },
  "homepage": "https://github.com/candice2cc/nox-react-components",
  "dependencies": {
    "classnames": "^2.2.5",
    "lodash.throttle": "^4.1.1",
    "react": "^15.5.3",
    "react-dom": "^15.5.3",
    "react-event-listener": "^0.4.1",
    "react-tap-event-plugin": "^2.0.1"
  },
  "devDependencies": {
    "ncp": "^2.0.0",
    "rimraf": "^2.5.4"
  }
}
