File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed
Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "name" : " file-saver" ,
3+ "main" : " FileSaver.js" ,
4+ "version" : " 1.2.0" ,
5+ "homepage" : " https://github.com/eligrey/FileSaver.js" ,
6+ "authors" : [
7+ 8+ ],
9+ "description" : " An HTML5 saveAs() FileSaver implementation" ,
10+ "keywords" : [
11+ " filesaver" ,
12+ " saveas" ,
13+ " blob"
14+ ],
15+ "license" : " MIT" ,
16+ "ignore" : [
17+ " *" ,
18+ " !FileSaver.js" ,
19+ " !LICENSE.md"
20+ ]
21+ }
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " file-saver" ,
3+ "version" : " 1.2.0" ,
4+ "description" : " An HTML5 saveAs() FileSaver implementation" ,
5+ "main" : " FileSaver.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 0"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " https://github.com/eligrey/FileSaver.js"
12+ },
13+ "keywords" : [
14+ " filesaver" ,
15+ " saveas" ,
16+ " blob"
17+ ],
18+ "author" :
" Eli Grey <[email protected] >" ,
19+ "license" : " MIT" ,
20+ "bugs" : {
21+ "url" : " https://github.com/eligrey/FileSaver.js/issues"
22+ },
23+ "homepage" : " https://github.com/eligrey/FileSaver.js#readme"
24+ }
You can’t perform that action at this time.
0 commit comments