Files
rough/package.json
2018-06-18 11:39:48 -07:00

35 lines
853 B
JSON

{
"name": "roughjs",
"version": "2.1.3",
"description": "Create graphics using HTML Canvas or SVG with a hand-drawn, sketchy, appearance.",
"main": "dist/rough.umd.js",
"jsnext:main": "src/index.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": "^0.60.7",
"rollup-plugin-babel-minify": "^5.0.0",
"tslint": "^5.10.0",
"typescript": "^2.9.2"
}
}