{
  "name": "react-font-picker",
  "version": "1.1.8",
  "description": "react-font-picker",
  "main": "lib/ReactFontPicker.js",
  "author": "Andreas Urbanski",
  "homepage": "https://github.com/andreasur/react-font-picker",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/andreasur/react-font-picker.git"
  },
  "bugs": {
    "url": "https://github.com/andreasur/react-font-picker/issues"
  },
  "dependencies": {
    "classnames": "^2.1.2",
    "react-style": "^0.5.5"
  },
  "devDependencies": {
    "babel-eslint": "^4.1.3",
    "eslint": "^1.6.0",
    "eslint-plugin-react": "^3.5.1",
    "gulp": "^3.9.0",
    "react": "^15.4.2",
    "react-component-gulp-tasks": "^0.7.6",
    "react-dom": "^15.4.2"
  },
  "peerDependencies": {
    "react": "^15.4.2"
  },
  "browserify-shim": {
    "react": "global:React"
  },
  "scripts": {
    "build": "gulp clean && NODE_ENV=production gulp build",
    "examples": "gulp dev:server",
    "lint": "eslint ./; true",
    "publish:site": "NODE_ENV=production gulp publish:examples",
    "release": "NODE_ENV=production gulp release",
    "start": "gulp dev",
    "test": "echo \"no tests yet\" && exit 0",
    "watch": "gulp watch:lib"
  },
  "keywords": [
    "react",
    "react-component",
    "font",
    "picker",
    "material",
    "material-ui",
    "design"
  ]
}
