This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 92
/
package.json
68 lines (68 loc) · 1.48 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
64
65
66
67
68
{
"name": "pcjs",
"version": "1.75.7",
"year": 2020,
"description": "Node-enabled version of PCjs",
"license": "GPL-3.0",
"engine": "node ^6.7.0",
"main": "server.js",
"directories": {
"doc": "docs",
"test": "tests"
},
"scripts": {
"build": "gulp",
"start": "node server.js",
"eslint": "eslint modules/pcx86/lib/hdc.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/jeffpar/pcjs.git"
},
"keywords": [
"pcjs",
"pcx86",
"ibm",
"pc",
"x86",
"emulator",
"javscript"
],
"author": "Jeff Parsons <Jeff@pcjs.org>",
"licenses": [
{
"type": "GPLv3",
"url": "http://www.gnu.org/licenses/gpl.html"
}
],
"bugs": {
"url": "https://github.com/jeffpar/pcjs/issues"
},
"homepage": "https://www.pcjs.org/",
"dependencies": {
"express": "^3.21.2",
"express-slash": "^1.0.1",
"glob": "^3.2.9",
"mkdirp": "^0.5.1",
"path": "^0.4.10",
"socket.io": "^2.2.0"
},
"devDependencies": {
"async": "^0.6.2",
"editorconfig": "^0.15.3",
"eslint": "^4.19.1",
"google-closure-compiler": "^20190415.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-foreach": "^0.1.0",
"gulp-header": "^1.8.12",
"gulp-newer": "^1.4.0",
"gulp-replace": "^0.6.1",
"gulp-sourcemaps": "^2.6.5",
"replace": "^0.3.0",
"serialport": "^6.2.2",
"unzip": "^0.1.11",
"xml2js": "^0.4.19"
}
}