-
Notifications
You must be signed in to change notification settings - Fork 173
/
package.json
44 lines (44 loc) · 1.17 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "canvas-designer",
"preferGlobal": false,
"version": "1.3.1",
"author": {
"name": "Muaz Khan",
"email": "[email protected]",
"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": "[email protected]"
},
"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"
}
}