UNPKG

text-svg

Version:

Convert text to SVG for node.js

44 lines (43 loc) 855 B
{ "name": "text-svg", "version": "2.0.1", "description": "Convert text to SVG for node.js", "main": "index.js", "bin": { "text2svg": "bin/text2svg.js" }, "scripts": { "lint": "standard", "fix": "standard --fix", "test": "npm run lint && jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/gumlet/text-svg.git" }, "keywords": [ "text", "svg" ], "author": "Aditya Patadia", "license": "MIT", "bugs": { "url": "https://github.com/gumlet/text-svg/issues" }, "homepage": "https://github.com/gumlet/text-svg#readme", "files": [ "bin", "README.md", "index.js", "package.json", "LICENSE" ], "dependencies": { "canvas": "^3.1.0" }, "devDependencies": { "jasmine": "^5.6.0", "looks-same": "^9.0.1", "standard": "^17.1.2" } }