-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.36 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.36 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
{
"name": "jamscript",
"description": "Compiler for the JAMScript language",
"version": "2.0.0",
"license": "MIT",
"keywords": [
"c",
"javascript",
"cloud-computing",
"iot-framework",
"iot",
"programming-language",
"iot-middleware",
"fog-computing"
],
"homepage": "https://citelab.github.io/JAMScript/",
"repository": {
"type": "git",
"url": "git+https://github.com/citelab/JAMScript.git"
},
"bugs": "https://github.com/citelab/JAMScript/issues",
"bin": {
"jamc": "./mainCompiler.js"
},
"dependencies": {
"cbor-x": "1.5.4",
"command-line-args": ">= 3.0.5",
"command-line-usage": "^6.1.0",
"express": "^4.18.2",
"ioredis": "^5.3.2",
"jszip": "^3.10.1",
"mercator-projection": "^0.0.2",
"mqtt": "=4.3.7",
"node-localstorage": ">= 1.3.0",
"node-ssh": "^13.1.0",
"ohm-js": "17.1.0",
"pino": "^8.15.0",
"ps-node": "^0.1.6",
"random-js": "^2.1.0",
"redis": "^2.8.0",
"toml": "3.0.0",
"ws": "^8.13.0"
},
"engines": {
"node": ">= 12.22",
"npm": ">= 8.1.3"
},
"os": [
"darwin",
"linux"
],
"preferGlobal": true,
"devDependencies": {
"eslint": "^8.42.0"
}
}