{
  "name": "react-uikit-base",
  "version": "2.0.2",
  "description": "React UIkit base HOC with uikit utility classes",
  "keywords": [
    "javascript",
    "react",
    "uikit",
    "react-component",
    "react-uikit",
    "uikit-react"
  ],
  "repository": "git@github.com:otissv/react-uikit-base.git",
  "author": "Otis Virginie",
  "license": "MIT",
  "main": "./lib/uikit.js",
  "scripts": {
    "build": "babel -d lib/ src/ && date",
    "build:watch": "watch 'npm run build' ./src",
    "lint": "eslint --quiet ./src/**  || true && date",
    "lint:watch": "watch 'npm run lint' ./",
    "peer": "yarn install cuid ufunc react react-dom",
    "prepublish": "babel -d lib/ src/ && date",
    "test": "babel-node test-runner.js | tap-min && date || true ",
    "test:spec": "babel-node test-runner.js | tap-difflet && date || true",
    "test:watch": "watch 'npm run test' ./"
  },
  "devDependencies": {
    "babel-cli": "~6.11.4",
    "babel-core": "~6.13.2",
    "babel-plugin-transform-object-rest-spread": "~6.8.0",
    "babel-preset-es2015": "~6.13.2",
    "babel-preset-react": "~6.11.1",
    "babel-runtime": "~6.11.6",
    "cheerio": "~0.20.0",
    "eslint": "~3.3.1",
    "eslint-config-standard": "~5.3.5",
    "eslint-plugin-react": "~6.1.1",
    "eslint-plugin-smells": "~1.0.1",
    "eslint-plugin-promise": "~2.0.1",
    "eslint-plugin-standard": "~2.0.0",
    "faucet": "~0.0.1",
    "react-addons-test-utils": "~15.3.0",
    "tap-difflet": "~0.6.0",
    "tap-min": "~1.1.0",
    "tape": "~4.6.0",
    "watch": "~0.19.2"
  },
  "dependencies": {
    "cuid": "~1.3.8",
    "react": "~15.3.2",
    "react-dom": "~15.3.2",
    "ufunc": "~2.0.1"
  },
  "babel": {
    "presets": [
      "es2015",
      "react"
    ],
    "plugins": [
      "transform-object-rest-spread"
    ]
  }
}
