rothko
Version:
what color is your landscape
26 lines (25 loc) • 584 B
JSON
{
"name": "drawing-kit",
"version": "0.1.0",
"description": "basic html5 canvas kit",
"main": "dist/drawing-kit.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zeakd/drawing-kit.js.git"
},
"keywords": [
"canvas",
"kit",
"util",
"drawing"
],
"author": "zeakd <stuzeakd@kaist.ac.kr>",
"license": "MIT",
"bugs": {
"url": "https://github.com/zeakd/drawing-kit.js/issues"
},
"homepage": "https://github.com/zeakd/drawing-kit.js#readme"
}