Skip to content

Commit

Permalink
Update package.json for load-remote example
Browse files Browse the repository at this point in the history
  • Loading branch information
biril committed Mar 28, 2016
1 parent 272117d commit 8eab249
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions examples/load-remote/package.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
{
"name": "mp3-parser-example",
"name": "mp3-parser-example-load-remote",
"version": "0.0.1",
"description": "mp3 Parser example",
"homepage": "",
"author": "[email protected]",
"repository": {
"type": "git",
"url": ""
},
"description": "Load a remote mp3 and dump any ID3v2 or Xing/Lame tags found therein.",
"keywords": [
"mp3",
"id3"
],
"bugs": "https://github.com/biril/mp3-parser/issues",
"license": "MIT",
"author": "biril <[email protected]>",
"private": true,
"engines": {
"node": "0.8.x || 0.10.x"
},
"devDependencies": {
"grunt": "0.4.x",
"grunt-contrib-connect": "0.3.x"
"grunt": "^0.4.5",
"grunt-contrib-connect": "^1.0.1"
},
"engines": {
"node": ">=4.0.0"
}
}

0 comments on commit 8eab249

Please sign in to comment.