You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
Keyzo/package.json

26 lines
590 B

4 years ago
{
"name": "test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron .",
"ndb": "ndb ."
},
"author": "",
"license": "ISC",
"dependencies": {
"auto-launch": "^5.0.5",
"custom-electron-titlebar": "^3.2.4",
"electron": "^9.3.2",
4 years ago
"electron-json-storage": "^4.2.0",
"electron-localshortcut": "^3.2.1",
"electron-storage": "^1.0.7",
"electron-store": "^6.0.1",
"electron-window-state": "^5.0.3",
"material-design-icons": "^3.0.1",
4 years ago
"ndb": "^1.1.5",
"update-electron-app": "^1.5.0"
}
}