mirror of
https://github.com/slidevjs/rough-notation.git
synced 2026-01-14 17:44:21 +01:00
39 lines
1004 B
JSON
39 lines
1004 B
JSON
{
|
|
"name": "rough-notation",
|
|
"version": "0.0.2",
|
|
"description": "Annotate html",
|
|
"main": "lib/rough-notation.cjs.js",
|
|
"module": "lib/rough-notation.esm.js",
|
|
"browser": "lib/rough-notation.iife.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.10.9",
|
|
"rollup-plugin-node-resolve": "^5.2.0",
|
|
"rollup-plugin-terser": "^6.1.0",
|
|
"tslint": "^6.1.2",
|
|
"typescript": "^3.9.3"
|
|
},
|
|
"dependencies": {
|
|
"roughjs": "^4.3.1"
|
|
}
|
|
} |