{
  "name": "react-icon",
  "version": "1.0.0",
  "description": "Icon component for React",
  "keywords": [
    "react",
    "react-component",
    "icon",
    "glyph"
  ],
  "author": "Nikita Gusakov <dev@nkt.me>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git://github.com/nkt/react-icon.git"
  },
  "homepage": "https://github.com/nkt/react-icon",
  "bugs": {
    "url": "https://github.com/nkt/react-icon/issues"
  },
  "main": "lib/index.js",
  "peerDependencies": {
    "react": ">=0.12.0",
    "babel-runtime": "^5.3.3"
  },
  "devDependencies": {
    "babel": "^5.3.3",
    "chai": "^3.3.0",
    "mocha": "^2.3.3"
  },
  "scripts": {
    "prepublish": "babel -d lib src",
    "test": "mocha"
  }
}
