UNPKG

logo.svg

Version:

Generate a svg logo, then you can embed it in you README.md

52 lines (51 loc) 1.1 kB
{ "name": "logo.svg", "version": "1.0.1", "description": "Generate a svg logo, then you can embed it in you README.md", "main": "./lib/index.js", "bin": { "logo": "./bin/logo.js" }, "author": { "name": "bubkoo", "email": "bubkoo.w@gmail.com" }, "license": "MIT", "scripts": { "lint": "jshint ./lib/*.js ./bin/*.js", "pretest": "npm run lint", "test": "echo \"Error: no test specified\"", "prepublish": "npm test" }, "keywords": [ "logo", "svg", "generate", "generator", "cli", "graphics", "fonts", "embed", "README" ], "repository": { "type": "git", "url": "git+https://github.com/bubkoo/logo.svg.git" }, "bugs": { "url": "https://github.com/bubkoo/logo.svg/issues" }, "homepage": "https://github.com/bubkoo/logo.svg#readme", "dependencies": { "ansi.js": "0.0.5", "loadrc": "^1.0.0", "minimist": "^1.2.0", "mkdirp": "^0.5.1", "path-is-absolute": "^1.0.0", "text2svg": "^1.0.0", "update-notifier": "^0.6.3" }, "devDependencies": { "jshint": "^2.9.1" } }