Skip to content

Commit

Permalink
Add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Alferov committed Sep 3, 2015
1 parent b0141af commit 3e15eec
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": "Blob.js",
"version": "0.0.1",
"description": "An HTML5 saveAs() FileSaver implementation",
"main": "Blob.js",
"repository": {
"type": "git",
"url": "https://github.com/eligrey/Blob.js"
},
"author": "Eli Grey",
"license": "ISC",
"bugs": {
"url": "https://github.com/eligrey/Blob.js/issues"
},
"homepage": "https://github.com/eligrey/Blob.js"
}

0 comments on commit 3e15eec

Please sign in to comment.