-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.53 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.53 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
58
{
"name": "jamc",
"description": "Compiler for the JAMScript language",
"version": "0.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/anrl/JAM.git"
},
"dependencies": {
"bindings": "^1.3.0",
"body-parser": "^1.17.2",
"cbor": "^3.0.3",
"chance": "^1.0.16",
"command-line-args": "^5.0.2",
"deasync": "^0.1.13",
"element-resize-event": "^2.0.9",
"express": "^4.16.2",
"flows.js": "file:lib/flow",
"fs-path": "0.0.23",
"gaussian": "^1.1.0",
"graceful-fs": "^4.1.11",
"jamserver": "file:lib/jamserver",
"jdiscovery": "file:lib/jdiscovery",
"js-beautify": "^1.6.14",
"jszip": "^3.1.5",
"mathjs": "^3.17.0",
"mongoose": "^4.11.0",
"mqtt": "^2.15.2",
"nanotimer": "^0.3.15",
"ncp": "^2.0.0",
"node-localstorage": "^1.3.0",
"npm": "^5.8.0",
"ohm-js": "^0.13.1",
"poisson-process": "^1.0.0",
"posix-clock": "^1.0.0",
"ps-node": "^0.1.6",
"random-js": "^1.0.8",
"redis-fast-driver": "file:lib/jamserver/redis-fast-driver",
"socket.io": "^2.1.1",
"socket.io-client": "^2.0.4",
"vorpal": "^1.12.0",
"yargs": "^10.0.3"
},
"bin": "./index.js",
"engines": {
"node": ">= 7.0.0"
},
"os": [
"darwin",
"linux"
],
"preferGlobal": true,
"files": [
"lib/ohm",
"index.js"
]
}