voluptatumquo
Version:
A wrapper for Electron Renderer APIs. Finally easy to use in Angular
33 lines (32 loc) • 772 B
JSON
{
"name": "ngx-electron",
"description": "An Angular wrapper for Electron's Renderer APIs",
"author": "Thorsten Hans",
"keywords": [
"angular",
"angular 2",
"ng",
"electron",
"electron-js"
],
"license": "MIT",
"homepage": "https://github.com/ThorstenHans/ngx-electron",
"repository": {
"type": "git",
"url": "git+https://github.com/ThorstenHans/ngx-electron.git"
},
"bugs": {
"url": "https://github.com/ThorstenHans/ngx-electron/issues"
},
"peerDependencies": {
"@angular/core": ">=7.0.0",
"rxjs": ">=6.3.0",
"electron": ">=3.0.6"
},
"devDependencies": {
"semantic-release": "8.2.3"
},
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
}
}