-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 870 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 870 Bytes
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
{
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public"
},
"dependencies": {
"ansi_up": "^4.0.4",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"child_process": "^1.0.2",
"chokidar": "^3.4.2",
"codemirror": "^5.58.1",
"esutils": "^2.0.3",
"express": "^4.17.1",
"handlebars": "^4.7.6",
"ip": "^1.1.5",
"mathjs": "^6.6.4",
"moment": "^2.29.0",
"node-red": "^1.1.3",
"socket.io": "^2.3.0"
},
"name": "ScriptPad",
"description": "A notepad with scripting support.",
"license": "private",
"version": "1.0.0",
"window": {
"id": "scriptpad",
"height": 30,
"width": 400,
"show_in_taskbar": false,
"frame": false,
"show": false,
"transparent": true
},
"main": "scriptpad/index.html",
"node-remote": "<all_urls>",
"nodejs": true
}