{
  "name": "react-tooltip-component",
  "version": "0.3.0",
  "description": "React tooltip component.",
  "main": "lib/index.js",
  "scripts": {
    "start": "NODE_ENV=development gulp start",
    "eslint": "NODE_ENV=development eslint .",
    "stylelint": "NODE_ENV=development stylelint '**/*.?(s)@(a|c)ss'",
    "lint": "npm run eslint && npm run stylelint",
    "build": "NODE_ENV=production gulp build"
  },
  "keywords": [
    "react-component",
    "react",
    "component",
    "tooltip"
  ],
  "peerDependencies": {
    "react": "^0.14 || ^15.0.0",
    "react-dom": "^0.14 || ^15.0.0"
  },
  "dependencies": {},
  "devDependencies": {
    "autoprefixer": "^6.3.1",
    "babel": "^5.8.34",
    "babel-core": "^5.8.29",
    "babel-eslint": "^4.1.3",
    "babel-loader": "^5.3.2",
    "babel-plugin-react-transform": "^1.1.1",
    "bootstrap": "^3.3.6",
    "camelcase": "^2.0.1",
    "css-loader": "^0.23.0",
    "cssnano": "^3.3.2",
    "del": "^2.1.0",
    "eslint": "^1.10.1",
    "eslint-loader": "^1.2.0",
    "eslint-plugin-react": "^3.15.0",
    "express": "^4.13.3",
    "extract-text-webpack-plugin": "^1.0.1",
    "file-loader": "^0.8.5",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.2.1",
    "gulp-concat": "^2.6.0",
    "gulp-eslint": "^1.1.0",
    "gulp-filter": "^3.0.1",
    "gulp-postcss": "^6.1.0",
    "gulp-sass": "^2.2.0",
    "gulp-stylelint": "^2.0.2",
    "history": "^2.0.1",
    "html-loader": "^0.4.0",
    "html-webpack-plugin": "^2.7.1",
    "http-proxy": "^1.12.0",
    "json-loader": "^0.5.4",
    "node-sass": "^3.4.2",
    "opn": "^4.0.0",
    "postcss-loader": "^0.8.0",
    "react-dom": "^0.14 || ^15.0.0",
    "react-router": "^2.0.0",
    "react-transform-hmr": "^1.0.1",
    "run-sequence": "^1.1.5",
    "sass-loader": "^3.1.2",
    "style-loader": "^0.13.0",
    "stylelint": "^6.5.0",
    "stylelint-config-standard": "^8.0.0",
    "stylelint-webpack-plugin": "^0.2.0",
    "webpack": "^1.12.11",
    "webpack-dev-middleware": "^1.2.0",
    "webpack-hot-middleware": "^2.5.0",
    "webpack-stream": "^3.0.1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vn38minhtran/react-tooltip-component.git"
  },
  "author": "Minh Tran",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/vn38minhtran/react-tooltip-component/issues"
  },
  "homepage": "https://github.com/vn38minhtran/react-tooltip-component"
}
