Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed Mar 25, 2015
1 parent 13761c2 commit 7f52424
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "videoconverter",
"description": "videoconverter.js - port of ffmpeg with emscripten",
"version": "0.1.0",
"keywords": ["video", "videoconverter", "ffmpeg", "emscripten"],
"homepage": "http://bgrins.github.io/videoconverter.js/",
"repository": {
"type": "git",
"url": "https://github.com/bgrins/videoconverter.js/"
},
"author": {
"name" : "Brian Grinstead",
"email" : "[email protected]",
"url" : "http://briangrinstead.com/"
}
}

0 comments on commit 7f52424

Please sign in to comment.