ARCHIVE-ComunicDesktop/v0.1.0/package.json

15 lines
287 B
JSON
Raw Normal View History

{
"name": "communic-desktop",
"version": "0.1.0",
"description": "A client-desktop for communiquons.org",
"main": "index.js",
"scripts": {
"test": "electron ."
},
"author": "Team dev communic",
"license": "GPL-3.0",
"dependencies": {
"electron": "^2.0.0"
}
}