mirror of
https://github.com/rough-stuff/rough.git
synced 2026-01-15 01:18:26 -05:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "roughjs",
|
|
"version": "2.2.0",
|
|
"description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.",
|
|
"main": "dist/rough.umd.js",
|
|
"module": "bin/rough.js",
|
|
"jsnext:main": "bin/rough.js",
|
|
"types": "bin/rough.d.ts",
|
|
"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": {
|
|
"babel-plugin-external-helpers": "^6.22.0",
|
|
"babel-polyfill": "^6.26.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babelrc-rollup": "^3.0.0",
|
|
"rollup": "^0.60.7",
|
|
"rollup-plugin-babel": "^3.0.4",
|
|
"rollup-plugin-babel-minify": "^5.0.0",
|
|
"tslint": "^5.10.0",
|
|
"typescript": "^2.9.2"
|
|
}
|
|
}
|