-
Notifications
You must be signed in to change notification settings - Fork 173
/
bower.json
47 lines (47 loc) · 1.13 KB
/
bower.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
45
46
47
{
"name": "canvas-designer",
"preferGlobal": false,
"version": "1.3.1",
"author": {
"name": "Muaz Khan",
"email": "muazkh@gmail.com",
"url": "https://muazkhan.com/"
},
"description": "Collaborative, extendable, JavaScript Canvas2D drawing tool, supporting dozens of builtin tools.",
"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/",
"ignore": [
"**/.*",
"node_modules"
],
"_from": "canvas-designer@",
"devDependencies": {
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"load-grunt-tasks": "3.3.0",
"grunt-contrib-concat": "0.5.1",
"grunt-contrib-uglify": "0.9.2",
"grunt-jsbeautifier": "0.2.10",
"grunt-bump": "0.6.0"
}
}