Skip to content

Commit

Permalink
Alpha born
Browse files Browse the repository at this point in the history
  • Loading branch information
rajatgupta310198 committed Jul 3, 2018
1 parent e51cde8 commit 93c11c3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
{
"name": "wave",
"version": "0.0.1",
"version": "0.0.3",
"description": "A simple music player",
"main": "index.js",
"scripts": {
"start": "electron index.js"

},
"author": "Rajat Gupta",
"license": "MIT",
"dependencies": {
"node-id3": "^0.1.3",
"musicmetadata": "^2.0.5",
"howler": "^2.0.9",
"electron":"^2.0.2"
"electron":"^2.0.4"
}

}

0 comments on commit 93c11c3

Please sign in to comment.