UNPKG

roughjs-es5

Version:

Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.

41 lines (40 loc) 1.04 kB
{ "name": "roughjs-es5", "version": "0.1.0", "description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.", "main": "lib/index.js", "scripts": { "build": "babel src --out-dir lib", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/emeeks/rough.git" }, "keywords": [ "canvas", "svg", "graphics", "sketchy", "hand drawn", "hand-drawn" ], "author": "elijahmeeks@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/emeeks/rough/issues" }, "homepage": "https://github.com/emeeks/rough", "devDependencies": { "babel-cli": "^6.26.0", "babel-minify": "^0.3.0", "babel-plugin-external-helpers": "^6.22.0", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.6.1" }, "dependencies": { "babel-runtime": "^6.26.0" } }