mirror of
https://github.com/slidevjs/rough-notation.git
synced 2026-01-14 09:44:21 +01:00
31 lines
649 B
JSON
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"
|
|
}
|
|
}
|