Files
rough-notation/package.json
Preet Shihn 6cec7bf0e7 initial code
2020-05-26 17:04:38 -07:00

31 lines
649 B
JSON

{
"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"
}
}