You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
895 B
JSON

1 year ago
{
"name": "service-cdp",
"version": "1.0.3",
"description": "",
"build": "100001",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"window": {
"title": "太空猫 v1.0.3",
"icon": "./logo.png",
"toolbar": true,
"frame": true,
"resizable": true,
"id": "tab3",
"width": 1275,
"height": 830,
"position": "mouse",
"min_width": 800,
"min_height": 500,
"transparent": false,
"show": true,
"show_in_taskbar": true
},
"webkit": {
"plugin": true
},
"keywords": [],
"author": "",
"license": "ISC",
"webview": {
"partitions": [
{
"name": "trusted",
"accessible_resources": [
"<all_urls>"
]
}
]
},
"dependencies": {
"express-session": "^1.17.3",
"request": "^2.88.2",
"sync-request": "^6.1.0"
}
}