react-svg-morph
Version:
morph your svg component one into another
47 lines (46 loc) • 1.1 kB
JSON
{
"name": "react-svg-morph",
"version": "0.2.1",
"description": "morph your svg component one into another",
"main": "lib/index.js",
"jsnext:main": "src/index.js",
"scripts": {
"build": "babel src --out-dir lib",
"prepublish": "npm run build",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/gorangajic/react-svg-morph.git"
},
"keywords": [
"react",
"icons",
"svg",
"morph",
"transform",
"icon"
],
"author": "Goran Gajic <fero.null@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gorangajic/react-svg-morph/issues"
},
"dependencies": {
"prop-types": "^15.6.0",
"react-render-to-json": "0.0.6",
"svgpath": "^2.1.0"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-eslint": "^4.1.3",
"eslint": "^1.8.0",
"eslint-config-airbnb": "^0.1.0",
"eslint-plugin-react": "^3.6.3",
"webpack": "^1.12.2"
},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0 || ^16.0.0",
"react-dom": "^0.14.0 || ^15.0.0 || ^16.0.0"
}
}