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.
 
 
 
 
 

15 lines
323 B

{
"name": "darkID-clientApp",
"version": "1.0.0",
"description": "frontend desktop app for darkID",
"main": "main.js",
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"start": "electron ."
},
"devDependencies": {
"electron-prebuilt": "^1.2.0"
},
"license": "MIT"
}