forked from js-dos/create-dosbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 839 Bytes
/
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
{
"name": "create-dosbox",
"version": "6.22.59",
"description": "Set up a dosbox environment in browser ",
"bin": "tasks/create-dosbox.js",
"main": "tasks/create-dosbox.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"create-dosbox": "node tasks/create-dosbox.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caiiiycuk/create-dosbox.git"
},
"keywords": [
"dosbox",
"js-dos"
],
"author": "Alexander Guryanov (aka caiiiycuk)",
"license": "ISC",
"bugs": {
"url": "https://github.com/caiiiycuk/js-dos/issues"
},
"homepage": "https://github.com/caiiiycuk/create-dosbox#readme",
"dependencies": {
"adm-zip": "^0.4.13",
"fs-extra": "^7.0.1",
"js-dos": "^6.22.59",
"replace-in-file": "^3.4.3"
},
"devDependencies": {}
}