mirror of
https://github.com/rough-stuff/rough.git
synced 2026-01-13 08:27:55 -05:00
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "roughjs",
|
|
"version": "3.0.0",
|
|
"description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.",
|
|
"main": "dist/rough.umd.js",
|
|
"module": "bin/wrappers/rough.js",
|
|
"types": "bin/wrappers/rough.d.ts",
|
|
"browser": "dist/rough.js",
|
|
"scripts": {
|
|
"build": "tsc && rollup -c",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/pshihn/rough.git"
|
|
},
|
|
"keywords": [
|
|
"canvas",
|
|
"svg",
|
|
"graphics",
|
|
"sketchy",
|
|
"hand drawn",
|
|
"hand-drawn"
|
|
],
|
|
"author": "Preet Shihn <preetshihn@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/pshihn/rough/issues"
|
|
},
|
|
"homepage": "https://roughjs.com",
|
|
"devDependencies": {
|
|
"rollup": "^1.0.2",
|
|
"rollup-plugin-node-resolve": "^4.0.0",
|
|
"rollup-plugin-terser": "^4.0.1",
|
|
"rollup-plugin-typescript": "^1.0.0",
|
|
"tslint": "^5.12.0",
|
|
"typescript": "^3.2.2"
|
|
},
|
|
"dependencies": {
|
|
"workly": "^1.2.0"
|
|
}
|
|
}
|