ricequant-mac-address
Version:
Get MAC address for ricequant realtrading
45 lines (44 loc) • 1.05 kB
JSON
{
"name": "ricequant-mac-address",
"version": "1.0.0",
"description": "Get MAC address for ricequant realtrading",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"dev": "electron main.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lithium2013/ricequant-mac-address.git"
},
"keywords": [
"ricequant",
"MAC"
],
"author": "lithium",
"license": "",
"bugs": {
"url": "https://github.com/lithium2013/ricequant-mac-address/issues"
},
"homepage": "https://github.com/lithium2013/ricequant-mac-address#readme",
"dependencies": {
"koa": "^2.3.0",
"macaddress": "^0.2.8"
},
"devDependencies": {
"electron": "^1.6.11",
"electron-builder": "^19.13.0"
},
"build": {
"appId": "com.ricequant.macaddress",
"copyright": "Lithium",
"mac": {
"category": "your.app.category.type"
},
"win": {
"target": "zip"
}
}
}