Skip to content

Commit

Permalink
release 0.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbyrne01 committed Feb 6, 2015
1 parent 9765083 commit f2af227
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 60 deletions.
67 changes: 36 additions & 31 deletions addon/package.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,38 @@
{
"name": "local-music-player-firefox",
"title": "Local Music Player",
"id": "jid1-nCt6CO1kXSzfAg",
"description": "Browse and listen to your local music",
"author": "Robert Byrne",
"license": "GNU GPL v3",
"version": "0.10.6",
"permissions": {
"private-browsing": true
},
"preferences": [{
"name": "hotkeyPlay",
"title": "Play",
"type": "string",
"value": "accel-shift-p"
}, {
"name": "hotkeyStop",
"title": "Stop",
"type": "string",
"value": "accel-shift-s"
}, {
"name": "hotkeyNext",
"title": "Next",
"type": "string",
"value": "accel-shift-right"
}, {
"name": "hotkeyPrev",
"title": "Previous",
"type": "string",
"value": "accel-shift-left"
}]
"name": "local-music-player-firefox",
"title": "Local Music Player",
"id": "jid1-nCt6CO1kXSzfAg",
"description": "Browse and listen to your local music",
"author": "Robert Byrne",
"license": "GNU GPL v3",
"version": "0.10.7",
"permissions": {
"private-browsing": true
},
"preferences": [
{
"name": "hotkeyPlay",
"title": "Play",
"type": "string",
"value": "accel-shift-p"
},
{
"name": "hotkeyStop",
"title": "Stop",
"type": "string",
"value": "accel-shift-s"
},
{
"name": "hotkeyNext",
"title": "Next",
"type": "string",
"value": "accel-shift-right"
},
{
"name": "hotkeyPrev",
"title": "Previous",
"type": "string",
"value": "accel-shift-left"
}
]
}
58 changes: 29 additions & 29 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"name": "local-music-player-firefox",
"version": "0.10.6",
"description": "Browse and listen to your local music",
"main": "addon/lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bobbyrne01/local-music-player-firefox.git"
},
"author": "Robert Byrne",
"license": "GNU GPL v3",
"bugs": {
"url": "https://github.com/bobbyrne01/local-music-player-firefox/issues"
},
"homepage": "https://github.com/bobbyrne01/local-music-player-firefox",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-html-validation": "^0.1.18",
"grunt-jsbeautifier": "^0.2.7",
"grunt-notify": "^0.4.1",
"grunt-release": "^0.11.0"
}
"name": "local-music-player-firefox",
"version": "0.10.7",
"description": "Browse and listen to your local music",
"main": "addon/lib/main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bobbyrne01/local-music-player-firefox.git"
},
"author": "Robert Byrne",
"license": "GNU GPL v3",
"bugs": {
"url": "https://github.com/bobbyrne01/local-music-player-firefox/issues"
},
"homepage": "https://github.com/bobbyrne01/local-music-player-firefox",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-csslint": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-html-validation": "^0.1.18",
"grunt-jsbeautifier": "^0.2.7",
"grunt-notify": "^0.4.1",
"grunt-release": "^0.11.0"
}
}

0 comments on commit f2af227

Please sign in to comment.