Skip to content
This repository has been archived by the owner on Nov 11, 2021. It is now read-only.

Commit

Permalink
Desktop app
Browse files Browse the repository at this point in the history
  • Loading branch information
rcotrina94 committed May 16, 2015
1 parent 3177de4 commit 3867d25
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,16 @@ docs/_build/
# PyBuilder
target/

# Visual Studio Code Settings
.settings/

# SQLite 3 DB
*.db

# Node.js modules
platforms/desktop/src/node_modules
platforms/mobile/src/node_modeules

# Platform builds
platforms/desktop/dist
platforms/mobiles/dist
14 changes: 14 additions & 0 deletions platforms/desktop/src/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"name": "CitaSalud",
"version": "0.1.0",
"description": "CitaSalud - Gestión de citas y diagnóstico",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Richard Cotrina <[email protected]>",
"license": "ISC",
"devDependencies": {
"electron-prebuilt": "^0.26.0"
}
}

0 comments on commit 3867d25

Please sign in to comment.