UNPKG

react-native-xsy-svg

Version:
42 lines (41 loc) 943 B
{ "version": "0.6.0", "name": "react-native-xsy-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.50.0", "react": "*", "prop-types": "^15.5.8" }, "dependencies": { "color": "^0.11.1", "lodash": "^4.16.6" }, "devDependencies": { "babel-eslint": "^6.1.2", "eslint": "^2.13.1", "eslint-plugin-react": "^4.3.0", "react-native": "^0.49.0", "react": "16.0.0-beta.5" }, "nativePackage": true }