canvas-designer
Version:
Collaborative, extendable, JavaScript Canvas2D drawing tool, supporting dozens of builtin tools, as well as generates JavaScript code for 2D animations.
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "canvas-designer",
"preferGlobal": false,
"version": "1.3.0",
"author": {
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
"url": "https://muazkhan.com/"
},
"description": "Collaborative, extendable, JavaScript Canvas2D drawing tool, supporting dozens of builtin tools, as well as generates JavaScript code for 2D animations.",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/muaz-khan/Canvas-Designer.git"
},
"keywords": [
"canvas-designer",
"drawing",
"tool",
"canvas2d",
"javascript",
"muaz",
"muaz-khan"
],
"analyze": false,
"license": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/muaz-khan/Canvas-Designer/issues",
"email": "muazkh@gmail.com"
},
"homepage": "https://www.webrtc-experiment.com/Canvas-Designer/",
"_from": "canvas-designer@",
"devDependencies": {
"grunt": "0.4.5",
"grunt-bump": "0.6.0",
"grunt-cli": "0.1.13",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-uglify": "0.9.2",
"grunt-contrib-watch": "^1.1.0",
"grunt-jsbeautifier": "0.2.10",
"load-grunt-tasks": "3.3.0"
}
}