UNPKG

lite-uploader

Version:

Lightweight nodeJS/jQuery File Uploader

44 lines (43 loc) 983 B
{ "name": "lite-uploader", "description": "Lightweight nodeJS/jQuery File Uploader", "version": "6.0.0", "scripts": { "php-server": "php -S localhost:8000", "lint": "eslint src/ test/", "test": "istanbul test _mocha", "coverage": "npm test --coverage", "prepush": "npm run lint && npm test" }, "keywords": [ "lightweight", "html5", "jQuery", "file", "uploader", "upload", "AJAX", "lite", "jquery-plugin", "ecosystem:jquery", "node", "nodeJS" ], "homepage": "https://github.com/burt202/lite-uploader", "license": "MIT", "main": "src/liteuploader.js", "author": "Aaron Burtnyk <aaron@burtdev.net>", "repository": { "type": "git", "url": "git://github.com/burt202/lite-uploader.git" }, "devDependencies": { "chai": "^4.1.2", "eslint": "^5.16.0", "husky": "^1.3.1", "istanbul": "^0.4.5", "mocha": "^5.2.0", "sinon": "^7.3.1", "sinon-chai": "^3.3.0" } }