33 lines
860 B
JSON
33 lines
860 B
JSON
{
|
|
"main": "CompilarEmaLibreWindows.js",
|
|
"name": "emalibre",
|
|
"description": "EMA Compilador",
|
|
"version": "1.35.0",
|
|
"window": {
|
|
"frame": false,
|
|
"toolbar": false
|
|
},
|
|
"keywords": [
|
|
"CompiladorEMA",
|
|
"EMACompiler"
|
|
],
|
|
"licenses": [
|
|
{
|
|
"type": "GPLv3",
|
|
"url": "https://www.gnu.org/licenses/gpl-3.0.html"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"test": "mocha --exit|| true",
|
|
"global": "npm i -g nw-gyp nw@0.94.0-sdk",
|
|
"nw_rebuild_linux": "nw-gyp rebuild --target=0.94.0 --verbose --arch=x64 --directory=src/node_modules/node-hid",
|
|
"nw_rebuild_windows": "nw-gyp rebuild --target=0.94.0 --verbose --arch=x64 --directory=src/node_modules/node-hid",
|
|
"nw_rebuild_arm": "nw-gyp rebuild --target=0.28.4 --verbose --arch=arm --directory=src/node_modules/node-hid"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^4.3.4",
|
|
"mocha": "^8.3.2",
|
|
"nw-builder": "^3.5.7"
|
|
}
|
|
}
|