notification-js/projects/notification-electron/package.json

9 lines
138 B
JSON
Raw Normal View History

2020-12-01 11:35:56 +00:00
{
"name": "notification-electron",
"version": "0.0.1",
"peerDependencies": {
2020-12-02 02:22:41 +00:00
"electron": "^7.0.0",
"lodash": "^4.0.0"
2020-12-01 11:35:56 +00:00
}
}