-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
63 lines (63 loc) · 1.73 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
63
{
"name": "microbit-web-bridge",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"start-detached": "nohup node ./bin/www &",
"build": "pug --out public views && browserify public/javascripts/WebBridge.js > public/javascripts/WebBridge.bundle.js"
},
"dependencies": {
"@ekifvk/jpquery": "github:WinUP/jspath",
"@types/jquery": "^3.3.29",
"async-mutex": "^0.1.3",
"axios": "^0.18.0",
"binary": "^0.3.0",
"bufferpack": "0.0.6",
"cookie-parser": "^1.4.4",
"dapjs": "github:ARMmbed/dapjs#gh-pages",
"date-and-time": "^0.6.3",
"date-time": "^3.0.0",
"debug": "~2.6.9",
"del": "^3.0.0",
"express": "~4.16.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-tslint": "^8.1.3",
"gulp-typedoc": "^2.2.2",
"gulp-typescript": "^5.0.0",
"http-errors": "~1.6.2",
"jquery": "^3.3.1",
"json-find": "^2.0.3",
"json-query": "^2.2.2",
"jspath": "^0.4.0",
"jwt-decode": "^2.2.0",
"lodash": "^4.17.11",
"merge2": "^1.2.3",
"morgan": "~1.9.0",
"node-datetime": "^2.1.2",
"node-hid": "^0.7.7",
"progress": "^2.0.3",
"pug": "2.0.0-beta11",
"pug-cli": "^1.0.0-alpha6",
"request": "^2.88.0",
"slip": "^1.0.2",
"timers-browserify": "^2.0.10",
"tslint": "^5.12.1",
"tslint-eslint-rules": "^5.4.0",
"typed-web-workers": "^2.1.1",
"typedoc": "^0.14.2",
"typescript": "^3.3.3",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^3.11.0",
"webusb": "^1.1.1",
"webworker": "^0.8.4",
"worker-nodes": "^1.6.1"
},
"devDependencies": {
"@types/lodash": "^4.14.123",
"@types/w3c-web-usb": "^1.0.3",
"commonjs": "0.0.1",
"gulp": "^4.0.0"
}
}