{
  "name": "react-svgify",
  "version": "0.0.6",
  "description": "Browserify transform for SVG files to be converted into React components",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "browserify",
    "react",
    "transform",
    "svg"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:raulmatei/react-svgify.git"
  },
  "author": {
    "name": "Raul Matei",
    "email": "raulmatei@gmail.com",
    "url": "http://www.raulmatei.com"
  },
  "license": "ISC",
  "dependencies": {
    "babel-core": "^5.8.25",
    "babel-runtime": "^5.8.25",
    "recast": "^0.10.33",
    "svgo": "^0.5.1",
    "through": "^2.3.6",
    "xml2js": "^0.4.6"
  },
  "devDependencies": {
    "browserify": "^9.0.7",
    "react": "^0.13.1",
    "reactify": "^1.1.0"
  }
}
