Sha256: 3ee14c3874a4a25ff4c411234129bb2f70017de7d589bab9d8e56aa3713f4f8e
Contents?: true
Size: 735 Bytes
Versions: 10
Compression:
Stored size: 735 Bytes
Contents
{ "name": "file-saver", "version": "1.3.3", "description": "An HTML5 saveAs() FileSaver implementation", "main": "FileSaver.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 0", "build": "node_modules/.bin/uglifyjs FileSaver.js --mangle --comments /@source/ > FileSaver.min.js" }, "repository": { "type": "git", "url": "https://github.com/eligrey/FileSaver.js" }, "keywords": [ "filesaver", "saveas", "blob" ], "author": "Eli Grey <me@eligrey.com>", "license": "MIT", "bugs": { "url": "https://github.com/eligrey/FileSaver.js/issues" }, "homepage": "https://github.com/eligrey/FileSaver.js#readme", "devDependencies": { "uglify-js": "^2.6.2" } }
Version data entries
10 entries across 10 versions & 2 rubygems