29 lines
528 B
JSON
29 lines
528 B
JSON
{
|
|
"name": "pear-bootstrap-template",
|
|
"main": "index.html",
|
|
"pear": {
|
|
"name": "pear-bootstrap-template",
|
|
"type": "desktop",
|
|
"gui": {
|
|
"backgroundColor": "#1F2430",
|
|
"height": "540",
|
|
"width": "720"
|
|
},
|
|
"links": [
|
|
"http://*",
|
|
"https://*",
|
|
"ws://*",
|
|
"wss://*"
|
|
]
|
|
},
|
|
"type": "module",
|
|
"license": "Apache-2.0",
|
|
"scripts": {
|
|
"dev": "pear run -d .",
|
|
"test": "brittle test/*.test.js"
|
|
},
|
|
"devDependencies": {
|
|
"brittle": "^3.0.0",
|
|
"pear-interface": "^1.0.0"
|
|
}
|
|
} |