{ "name": "rough-notation", "version": "0.0.1", "description": "Annotate html", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/pshihn/rough-notation.git" }, "keywords": [ "annotate", "rough", "sketchy" ], "author": "Preet Shihn", "license": "MIT", "bugs": { "url": "https://github.com/pshihn/rough-notation/issues" }, "homepage": "https://github.com/pshihn/rough-notation#readme", "devDependencies": { "typescript": "^3.9.3" }, "dependencies": { "roughjs": "^4.3.1" } }