mirror of
https://github.com/rough-stuff/rough-notation.git
synced 2026-01-11 15:08:10 -05:00
37 lines
980 B
JSON
37 lines
980 B
JSON
{
|
|
"name": "rough-notation",
|
|
"version": "0.5.1",
|
|
"description": "Create and animate hand-drawn annotations on a web page",
|
|
"main": "lib/rough-notation.cjs.js",
|
|
"module": "lib/rough-notation.esm.js",
|
|
"types": "lib/rough-notation.d.ts",
|
|
"scripts": {
|
|
"build": "rm -rf lib && tsc && rollup -c",
|
|
"lint": "tslint -p tsconfig.json",
|
|
"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": {
|
|
"rollup": "^2.32.1",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-terser": "^6.1.0",
|
|
"roughjs": "^4.3.1",
|
|
"tslint": "^6.1.3",
|
|
"typescript": "^4.0.5"
|
|
}
|
|
}
|