This repository was archived by the owner on Apr 27, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.31 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.31 KB
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
48
49
50
51
52
53
54
55
56
57
{
"name": "big-canvas",
"version": "0.2.0",
"description": "big-canvas is a collaborative drawing tool for the browser.",
"keywords": [
"canvas",
"collaborative",
"html5",
"graphical",
"editor",
"drawing",
"tool"
],
"private": true,
"main": "src/node/server/main.js",
"directories": {
"doc": "doc"
},
"dependencies": {
"backbone": "~1.0.0",
"big-integer": "~1.1.5",
"canvas": "~1.0.4",
"cookie-signature": "~1.0.1",
"express": "~3.3.4",
"mysql": "~2.0.0-alpha8",
"mysql-queues": "~1.0.0",
"ejs": "~0.8.4",
"underscore": "~1.5.1",
"ws": "~0.4.27",
"expect.js": "~0.2.0",
"passport": "^0.2.0",
"passport-google": "^0.3.0",
"moment": "^2.5.1"
},
"devDependencies": {
"grunt": "~0.4.2",
"browserify": "^3.32.1",
"grunt-browserify": "^1.3.1",
"grunt-contrib-coffee": "^0.10.1",
"grunt-execute": "^0.1.5",
"grunt-mocha-test": "^0.9.4",
"grunt-contrib-less": "^0.10.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-exec": "^0.4.5"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/Lotes/big-canvas.git"
},
"author": "Markus Rudolph <markhoernchen@gmx.de>",
"bugs": {
"url": "https://github.com/Lotes/big-canvas/issues"
}
}