forked from kennethjiang/js-file-download
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
30 lines (30 loc) · 779 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "js-file-download",
"version": "0.4.6",
"description": "Javascript function that triggers browser to save javascript-generated content to a file",
"main": "file-download.js",
"scripts": {
"lint": "eslint file-download.js",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "[email protected]:kennethjiang/js-file-download.git"
},
"keywords": [
"javascript",
"file",
"react",
"download"
],
"author": "Kenneth Jiang <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kennethjiang/js-file-download/issues"
},
"homepage": "https://github.com/kennethjiang/js-file-download",
"typings": "js-file-download.d.ts",
"devDependencies": {
"eslint": "^5.8.0"
}
}