UNPKG

@kossnocorp/desvg

Version:

Converts SVG files into components

30 lines (29 loc) 606 B
{ "name": "@kossnocorp/desvg", "version": "0.2.0", "description": "Converts SVG files into components", "main": "index.js", "scripts": { "test": "ava" }, "repository": { "type": "git", "url": "git+https://github.com/kossnocorp/desvg.git" }, "keywords": [ "react", "preact", "svg", "webpack", "svg-loader" ], "author": "Sasha Koss <koss@nocorp.me>", "license": "MIT", "bugs": { "url": "https://github.com/kossnocorp/desvg/issues" }, "homepage": "https://github.com/kossnocorp/desvg#readme", "devDependencies": { "ava": "^0.19.1" } }