create-canvas
Version:
wrap canvas module so the same code works in node or browser
42 lines (41 loc) • 879 B
JSON
{
"name": "create-canvas",
"description": "wrap canvas module so the same code works in node or browser",
"version": "1.0.2",
"author": {
"name": "Will Hoag",
"email": "dev@willhoag.com",
"url": "https://github.com/willhoag/create-canvas"
},
"browser": "browser.js",
"bugs": {
"url": "https://github.com/willhoag/create-canvas/issues"
},
"dependencies": {
"canvas": "1"
},
"directories": {},
"homepage": "https://github.com/willhoag/create-canvas",
"keywords": [
"browser",
"canvas",
"consistant",
"create",
"node"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "devhoag",
"email": "dev@willhoag.com"
}
],
"optionalDependencies": {
"canvas": "^1.2.7"
},
"repository": {
"type": "git",
"url": "git://github.com/willhoag/create-canvas.git"
}
}