{
    "version": "4.2.1",
    "name": "react-native-svg",
    "description": "SVG library for react-native",
    "repository": {
        "type": "git",
        "url": "https://github.com/magicismight/react-native-svg"
    },
    "license": "MIT",
    "main": "./index.js",
    "keywords": [
        "react-component",
        "react-native",
        "ios",
        "android",
        "SVG",
        "ART",
        "VML",
        "gradient"
    ],
    "scripts": {
        "lint": "eslint ./"
    },
    "peerDependencies": {
        "react-native": ">=0.32.0"
    },
    "dependencies": {
        "color": "^0.11.1",
        "lodash": "^4.0.0"
    },
    "devDependencies": {
        "babel-eslint": "^6.0.0",
        "eslint": "^2.5.3",
        "eslint-plugin-react": "^4.2.1"
    },
    "nativePackage": true,
    "rnpm": {
        "ios": {
            "project": "ios/RNSVG.xcodeproj"
        }
    }
}
