UNPKG

text-to-svg

Version:

Convert text to SVG path without native dependence.

73 lines (72 loc) 1.53 kB
{ "name": "text-to-svg", "version": "3.1.5", "description": "Convert text to SVG path without native dependence.", "main": "index.js", "files": [ ".gitignore", "CHANGELOG.md", "README.md", "package.json", "node_modules", "gulpfile.js", "index.js", "build", "src", "test", "fonts", "bin" ], "bin": { "text-to-svg": "bin/text-to-svg" }, "scripts": { "test": "gulp test", "test:html": "gulp test:html", "clean": "gulp clean", "lint": "gulp lint", "build": "gulp build" }, "repository": { "type": "git", "url": "https://github.com/shrhdk/text-to-svg" }, "keywords": [ "fonts", "glyph", "graphics", "SVG", "text", "vector" ], "author": "Hideki Shiro", "license": "MIT", "bugs": { "url": "https://github.com/shrhdk/text-to-svg/issues" }, "homepage": "https://github.com/shrhdk/text-to-svg", "dependencies": { "commander": "^2.11.0", "opentype.js": "0.11.0" }, "devDependencies": { "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/register": "^7.0.0", "browserify": "^16.2.3", "del": "^3.0.0", "eslint-plugin-arrow-function": "^2.0.0", "eslint-plugin-classes": "^0.1.1", "eslint-plugin-template-string": "^1.0.0", "gulp": "^4.0.0", "gulp-babel": "^8.0.0", "gulp-eslint": "^5.0.0", "gulp-mocha": "^6.0.0", "vinyl-source-stream": "^2.0.0" }, "babel": { "presets": [ "@babel/preset-env" ] } }