main
Last change
on this file was d24f17c, checked in by Aleksandar Panovski <apano77@…>, 15 months ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
780 bytes
|
Line | |
---|
1 | {
|
---|
2 | "name": "js-file-download",
|
---|
3 | "version": "0.4.12",
|
---|
4 | "description": "Javascript function that triggers browser to save javascript-generated content to a file",
|
---|
5 | "main": "file-download.js",
|
---|
6 | "scripts": {
|
---|
7 | "lint": "eslint file-download.js",
|
---|
8 | "test": "npm run lint"
|
---|
9 | },
|
---|
10 | "repository": {
|
---|
11 | "type": "git",
|
---|
12 | "url": "git@github.com:kennethjiang/js-file-download.git"
|
---|
13 | },
|
---|
14 | "keywords": [
|
---|
15 | "javascript",
|
---|
16 | "file",
|
---|
17 | "react",
|
---|
18 | "download"
|
---|
19 | ],
|
---|
20 | "author": "Kenneth Jiang <kenneth.jiang@gmail.com>",
|
---|
21 | "license": "MIT",
|
---|
22 | "bugs": {
|
---|
23 | "url": "https://github.com/kennethjiang/js-file-download/issues"
|
---|
24 | },
|
---|
25 | "homepage": "https://github.com/kennethjiang/js-file-download",
|
---|
26 | "typings": "js-file-download.d.ts",
|
---|
27 | "devDependencies": {
|
---|
28 | "eslint": "^5.8.0"
|
---|
29 | }
|
---|
30 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.