rothko
Version:
what color is your landscape
31 lines (30 loc) • 515 B
JSON
{
"name": "drawing-kit",
"version": "0.1.0",
"description": "basic html5 canvas kit",
"main": "dist/drawing-kit.js",
"authors": [
"zeakd <stuzeakd@kaist.ac.kr>"
],
"license": "MIT",
"keywords": [
"canvas",
"kit",
"util",
"drawing"
],
"homepage": "https://github.com/zeakd/rothko.js",
"moduleType": [
"amd",
"globals",
"node"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"debug/bower_components",
"test",
"tests"
]
}