mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-08 16:53:54 +01:00
32 lines
664 B
JSON
Executable File
32 lines
664 B
JSON
Executable File
{
|
|
"name": "bitburner",
|
|
"version": "2.6.2",
|
|
"description": "A cyberpunk-themed programming incremental game",
|
|
"main": "main.js",
|
|
"author": "Daniel Xie, hydroflame, et al.",
|
|
"mac": {
|
|
"icon": "./public/icons/mac/icon.icns",
|
|
"category": "public.app-category.games"
|
|
},
|
|
"win": {
|
|
"icon": "./public/icons/png/256x256.png"
|
|
},
|
|
"files": [
|
|
"./build/**/*",
|
|
"./dist/**/*",
|
|
"./node_modules/**/*",
|
|
"./public/**/*",
|
|
"./src/**",
|
|
"./lib/**,",
|
|
"*.js"
|
|
],
|
|
"directories": {
|
|
"buildResources": "public"
|
|
},
|
|
"dependencies": {
|
|
"electron-store": "^8.1.0",
|
|
"electron-log": "^4.4.8",
|
|
"lodash": "^4.17.21"
|
|
}
|
|
}
|