-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 857 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
33
34
35
36
37
38
39
40
{
"name": "romdj",
"description": "Emulation Romset Builder",
"license": "MIT",
"keywords": [
"emulation","rom","no-intro"
],
"homepage": "https://github.com/john32b/romdj",
"version": "0.3.3",
"author": {
"name": "John32B",
"email": "[email protected]"
},
"engines": {
"node": ">= 10.15.3"
},
"os": [
"win32"
],
"cpu": [
"ia32",
"x64"
],
"preferGlobal": true,
"bin": "bin/romdj.js",
"files": [
"bin/romdj.js",
"bin/7za.exe",
"7z_License.txt",
"media/"
],
"scripts": {
"build": "haxe build.hxml && echo #! /usr/bin/env node > bin/temp.js && type bin\\app_rel.js >> bin/temp.js && uglifyjs bin\\temp.js --compress --mangle -o bin\\romdj.js && del bin\\temp.js"
},
"repository": {
"type": "git",
"url": "https://github.com/john32b/romdj"
},
"dependencies": {}
}