Skip to content

Commit cb8e076

Browse files
committed
Added npm and bower son
1 parent a6d1199 commit cb8e076

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

bower.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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+
"Eli Grey <[email protected]>"
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+
}

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}

0 commit comments

Comments
 (0)