123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "name": "downloadjs",
- "main": "download.js",
- "version": "1.4.7",
- "description": "file downloading using client-side javascript",
- "keywords": [
- "files",
- "dataURL",
- "blob",
- "download"
- ],
- "homepage": "http://danml.com/download.html",
- "license": "MIT",
- "author": {
- "name": "dandavis",
- "email": "rndme@users.noreply.github.com",
- "url": "http://danml.com/"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/rndme/download.git"
- },
- "bugs": {
- "email": "rndme@users.noreply.github.com"
- },
- "files": [
- "download.js",
- "download.min.js"
- ],
- "npmName": "downloadjs",
- "npmFileMap": [
- {
- "basePath": "/",
- "files": [
- "*.js"
- ]
- }
- ]
- }
|