UNPKG

simple-svg-editor

Version:

Method Draw is an SVG Editor for the web

38 lines (37 loc) 829 B
{ "name": "simple-svg-editor", "version": "0.0.6", "description": "Method Draw is an SVG Editor for the web", "main": "index.js", "directories": { "doc": "docs", "test": "test" }, "scripts": { "test": "test", "build": "gulp" }, "repository": { "type": "git", "url": "git+https://github.com/mukti107/Method-Draw.git" }, "keywords": [ "SVG", "vector", "vector-editor" ], "author": "Mark MacKay", "license": "MIT", "bugs": { "url": "https://github.com/methodofaction/Method-Draw/issues" }, "homepage": "https://github.com/methodofaction/Method-Draw#readme", "devDependencies": { "gulp": "^4.0.2", "gulp-cache-bust": "^1.4.1", "gulp-concat": "^2.6.1", "gulp-minify": "^3.1.0", "gulp-replace": "^1.1.3", "gulp-useref": "^4.0.1" } }