{ "name": "roughjs", "version": "2.2.5", "description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.", "main": "dist/rough.umd.js", "module": "bin/rough.js", "jsnext:main": "bin/rough.js", "types": "bin/rough.d.ts", "scripts": { "build": "tsc && rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/pshihn/rough.git" }, "keywords": [ "canvas", "svg", "graphics", "sketchy", "hand drawn", "hand-drawn" ], "author": "Preet Shihn ", "license": "MIT", "bugs": { "url": "https://github.com/pshihn/rough/issues" }, "homepage": "https://roughjs.com", "devDependencies": { "babel-plugin-external-helpers": "^6.22.0", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "babelrc-rollup": "^3.0.0", "rollup": "^0.60.7", "rollup-plugin-babel": "^3.0.4", "rollup-plugin-babel-minify": "^5.0.0", "tslint": "^5.10.0", "typescript": "^2.9.2" } }