File tree Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Expand file tree Collapse file tree 2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " angular-file-saver" ,
33 "version" : " 0.0.1" ,
4- "description" : " Provides integration between FileSaver.js ( implements HTML5 saveAs()) and angular " ,
4+ "description" : " An AngularJS service that implements the HTML5 W3C saveAs() in browsers that do not natively support it " ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/alferov/angular-file-saver.git"
88 },
9+ "main" : [
10+ " src/file-saver.js"
11+ ],
912 "keywords" : [
1013 " filesaver" ,
1114 " angular" ,
2225 "homepage" : " https://github.com/alferov/angular-file-saver" ,
2326 "devDependencies" : {
2427 "gulp" : " ^3.9.0" ,
25- "gulp-concat" : " ^2.5.2" ,
2628 "gulp-load-plugins" : " ^0.10.0" ,
2729 "gulp-plumber" : " ^1.0.1" ,
28- "gulp-size " : " ^1.2.1 " ,
30+ "gulp-rename " : " ^1.2.2 " ,
2931 "gulp-uglify" : " ^1.2.0"
3032 }
3133}
Original file line number Diff line number Diff line change 11/* angular-file-saver
22*
3- * Provides integration between FileSaver.js and Angular
3+ * A AngularJS service that implements the HTML5 W3C saveAs() in browsers that
4+ * do not natively support it
45*
56* (c) 2015 Philipp Alferov
67* License: MIT
You can’t perform that action at this time.
0 commit comments