maxme-electron
Version:
The electron wrap of MaxME.
31 lines • 669 B
JSON
{
"name": "maxme-electron",
"version": "2.4.12",
"description": "The electron wrap of MaxME.",
"license": "Commercial",
"author": "MAXHUB Project 1602",
"keywords": [
"electron",
"MAXHUB",
"media engine",
"1602"
],
"scripts": {
"cache-clean": "rm -rf ./lib ",
"postinstall": "node install.js"
},
"dependencies": {
"electron": "^4.0.0",
"download": "^7.1.0"
},
"main": "index.js",
"files": [
"index.js",
"install.js",
"react-sample/src",
"react-sample/.babelrc",
"react-sample/webpack.config.js",
"react-sample/main.js",
"react-sample/package.json"
]
}