-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
62 lines (62 loc) · 1.97 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "robopaint",
"version": "2.1.0",
"description": "A full featured SVG editor and output controller to drive @MakerSylvia's WaterColorBot",
"main": "resources/scripts/root/window-main.js",
"author": {
"name": "James Todd",
"email": "[email protected]",
"url": "http://evilmadscience.com"
},
"stage": "development",
"license": "MIT",
"electronVersion": "1.6.10",
"scripts": {
"start": "electron .",
"rebuild": "electron-rebuild -v 1.6.10 -f -w serialport",
"fix-serialport": "node resources/scripts/root/fix-serialport.js",
"postinstall": "npm run fix-serialport"
},
"releaseInfo": {
"description": "Software for drawing robots, and your friendly painting robot kit the WaterColorBot! See more about the WaterColorBot @ http://watercolorbot.com or Fork & improve the project @ https://github.com/evil-mad/robopaint",
"company": "Evil Mad Scientist LLC",
"appName": "RoboPaint",
"copyright": "RoboPaint, WaterColorBot & EggBot names copyright © Evil Mad Scientist LLC, all rights reserved. Code under MIT free and open source license.",
"categories": [
"Utility",
"Graphics",
"Education"
]
},
"dependencies": {
"bytes": "^2.4.0",
"cncserver": "2.7.6",
"d3plus": "^1.9.3",
"fs-finder": "^1.8.1",
"fs-plus": "^2.8.1",
"hersheytext": "^0.5.1",
"i18next-client": "^1.10.2",
"jquery": "^3.2.1",
"jquery-migrate": "^3.0.0",
"paper": "0.11.4",
"qtip2": "^3.0.3",
"request": "^2.65.0",
"robopaint-mode-edit": "1.4.2",
"robopaint-mode-example": "0.9.0",
"robopaint-mode-manual": "0.2.4",
"robopaint-mode-print": "1.0.6",
"robopaint-mode-remote": "1.1.1",
"robopaint-mode-spiral": "0.3.1",
"underscore": "^1.8.3",
"winston": "^2.3.1"
},
"repository": {
"type": "git",
"url": "https://github.com/evil-mad/robopaint.git"
},
"devDependencies": {
"devtron": "^1.4.0",
"electron": "1.6.10",
"electron-rebuild": "^1.6.0"
}
}