-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 1.05 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
{
"name": "huayra-bullets",
"version": "1.26.0",
"description": "Huayra Bullets",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nw src",
"dev":"IS_DEV=SI ~/nwjs/nw src",
"dist:win": "build --tasks win-x86,win-x64 --mirror https://dl.nwjs.io/ .",
"dist:osx": "build --tasks mac-x64 --mirror https://dl.nwjs.io/ .",
"dist:linux86": "build --tasks linux-x86 --mirror https://dl.nwjs.io/ .",
"dist": "build --tasks linux-x64 --mirror https://dl.nwjs.io/ .",
"nwjs-start": "run --x64 --mirror https://dl.nwjs.io/ src"
},
"repository": {
"type": "git",
"url": "https://github.com/HuayraLinux/huayra-bullets.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/HuayraLinux/huayra-bullets/issues"
},
"dependencies": {
"replacestream": "^4.0.3"
},
"devDependencies": {
"nw": "^0.75.0",
"nwjs": "^1.4.4",
"nwjs-builder-phoenix": "^1.15.0",
"nwjs-packager": "^1.5.1"
},
"build": {
"nwVersion": "0.75.0"
}
}