win-state
Version:
Save Electron apps windows state
38 lines (37 loc) • 775 B
JSON
{
"name": "win-state",
"version": "2.3.0",
"description": "Save Electron apps windows state",
"main": "index.js",
"license": "MIT",
"author": "Eli Vargas",
"homepage": "https://gitlab.com/eevargas/win-state#README",
"keywords": [
"electron",
"browserWindow"
],
"scripts": {
"standard": "standard --fix index.js"
},
"bugs": {
"url": "https://gitlab.com/eevargas/win-state/issues"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/eevargas/win-state.git"
},
"dependencies": {
"electron-store": "^7.0.2"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.20.0",
"standard": "^16.0.3"
},
"standard": {
"parser": "babel-eslint",
"env": [
"jest"
]
}
}