{
  "name": "react-native-svg-icons",
  "version": "0.0.1",
  "description": "配合react-native-svg使用，生成字体图标。",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha --compilers js:babel-core/register"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gpdife/react-native-svg-icons.git"
  },
  "dependencies": {
    "xmldom": "^0.1.22"
  },
  "peerDependencies": {
    "react": "^16.3.0",
    "react-native-svg": "^5.3.0"
  },
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-preset-react-native": "^2.1.0",
    "chai": "^3.5.0",
    "mocha": "^3.2.0"
  },
  "keywords": [
    "iconfont",
    "svg",
    "react-native"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/gpdife/react-native-svg-icons/issues"
  },
  "homepage": "https://github.com/gpdife/react-native-svg-icons#readme"
}
