{
  "name": "rmc-nuka-carousel",
  "version": "3.0.1",
  "description": "Pure React Carousel",
  "main": "./lib/index",
  "module": "./es/index",
  "dependencies": {
    "exenv": "^1.2.0",
    "raf": "^3.3.2"
  },
  "devDependencies": {
    "@types/mocha": "~2.2.32",
    "@types/react": "~16.0.2",
    "@types/react-dom": "15.5.1",
    "expect.js": "0.3.x",
    "pre-commit": "1.x",
    "rc-test": "~6.0.3",
    "rc-tools": "6.x",
    "react": "^15.0.0",
    "react-dom": "^15.0.0",
    "tween-functions": "^1.2.0"
  },
  "files": [
    "lib",
    "es",
    "dist"
  ],
  "config": {
    "port": 8000,
    "entry": {
      "rmc-nuka-carousel": [
        "./index.js"
      ]
    }
  },
  "scripts": {
    "dist": "rc-tools run dist",
    "watch-tsc": "rc-tools run watch-tsc",
    "compile": "rc-tools run compile --babel-runtime",
    "build": "rc-tools run build",
    "gh-pages": "rc-tools run gh-pages",
    "start": "rc-tools run server",
    "pub": "rc-tools run pub --babel-runtime",
    "lint": "rc-tools run lint",
    "karma": "rc-test run karma",
    "test": "rc-test run test",
    "chrome-test": "rc-test run chrome-test",
    "coverage": "rc-test run coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kenwheeler/nuka-carousel.git"
  },
  "keywords": [
    "react",
    "carousel",
    "nuka"
  ],
  "author": "Ken Wheeler",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kenwheeler/nuka-carousel/issues"
  },
  "homepage": "https://github.com/kenwheeler/nuka-carousel"
}
