diff --git a/bower.json b/bower.json deleted file mode 100644 index 855c61b..0000000 --- a/bower.json +++ /dev/null @@ -1,23 +0,0 @@ -{ - "name": "FileSaver.js", - "main": "FileSaver.js", - "version": "2014.01.24", - "homepage": "https://github.com/eligrey/FileSaver.js", - "authors": [ - "Eli Grey " - ], - "description": "A saveAs() FileSaver implementation", - "keywords": [ - "filesaver", - "saveas", - "blob" - ], - "license": "MIT/X11", - "ignore": [ - "**/.*", - "node_modules", - "bower_components", - "test", - "tests" - ] -} diff --git a/package.json b/package.json deleted file mode 100644 index d41f592..0000000 --- a/package.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "name": "filesaver.js", - "version": "2013.1.24", - "description": "A saveAs() FileSaver implementation", - "author": "Eli Grey", - "license": "MIT/X11", - "main": "FileSaver.js", - "repository": { - "type": "git", - "url": "https://github.com/eligrey/FileSaver.js.git" - }, - "bugs": { - "url": "https://github.com/eligrey/FileSaver.js/issues" - }, - "homepage": "https://github.com/eligrey/FileSaver.js", - "keywords": [ - "filesaver", - "saveas", - "blob" - ] -}