UNPKG

@myog-io/ngx-chunk-file-upload-base

Version:

Angular file upload directives with Chunk Upload

137 lines (136 loc) 4.64 kB
{ "name": "@myog-io/ngx-chunk-file-upload-base", "version": "1.3.1", "private": false, "description": "Angular file upload directives with Chunk Upload", "scripts": { "lite-server": "lite-server -c demo/bs-config.json", "demo.serve": "run-s build link demo.build lite-server", "demo.gh-pages": "run-s build demo.build demo.deploy", "demo.build": "ng build --prod --aot", "demo.deploy": "gh-pages -d demo/dist", "link": "ngm link -p src --here", "lint": "exit 0", "disable-lint": "tslint \"**/*.ts\" -c tslint.json --fix --type-check -t prose -e \"node_modules/**\" -e \"dist/**\" -e \"temp/**\" -e \"scripts/docs/**\"", "flow.changelog": "conventional-changelog -i CHANGELOG.md -s -p angular", "flow.github-release": "conventional-github-releaser -p angular", "build": "ngm build -p src --clean", "build.watch": "ngm build -p src --watch --skip-bundles", "start": "ng serve", "pretest": "run-s lint build link", "test": "ng test --progress", "test-coverage": "ng test --reporters --code-coverage=true", "version": "npm run flow.changelog && git add -A" }, "pre-commit": [], "main": "bundles/ngx-chunk-file-upload.umd.js", "module": "index.js", "typings": "index.d.ts", "keywords": [ "angular2", "angular4", "bootstrap", "twitter-bootstrap", "file-upload", "angular-file-upload", "chunk-file-upload", "azure-blob-storage", "uploading-files" ], "author": "Paulo Peres Jr <paulo@myog.io>", "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/myog-io/ngx-chunk-file-upload.git" }, "bugs": { "url": "https://github.com/myog-io/ngx-chunk-file-upload/issues" }, "homepage": "https://github.com/myog-io/ngx-chunk-file-upload#readme", "dependencies": { "conventional-gitlab-releaser": "^4.0.1" }, "peerDependencies": { "@angular/common": "^8.2.8", "@angular/core": "^8.2.8" }, "devDependencies": { "@angular-devkit/build-angular": "^0.803.6", "@angular/cdk": "^8.2.1", "@angular/cli": "^8.3.6", "@angular/common": "^8.2.8", "@angular/compiler": "^8.2.8", "@angular/compiler-cli": "^8.2.8", "@angular/core": "^8.2.8", "@angular/forms": "^8.2.8", "@angular/language-service": "^8.2.8", "@angular/material": "^8.2.1", "@angular/platform-browser": "^8.2.8", "@angular/platform-browser-dynamic": "^8.2.8", "@angular/router": "^8.2.8", "@angular/tsc-wrapped": "^4.4.6", "@types/jasmine": "^3.4.0", "@types/marked": "^0.6.5", "@types/node": "^12.7.7", "@types/webpack": "^4.39.1", "ajv": "^6.10.2", "bootstrap": "^4.3.1", "chokidar-cli": "^2.0.0", "classlist-polyfill": "^1.2.0", "codecov": "^3.6.1", "codelyzer": "^5.1.1", "conventional-changelog-cli": "^2.0.23", "conventional-github-releaser": "^3.1.3", "core-js": "^3.2.1", "cpy": "^7.3.0", "cpy-cli": "^2.0.0", "del-cli": "^3.0.0", "gh-pages": "^2.1.1", "gitignore-to-glob": "^0.3.0", "google-code-prettify": "^1.0.5", "html-loader": "^0.5.5", "jasmine": "^3.5.0", "jasmine-core": "^3.5.0", "jasmine-data-provider": "^2.2.0", "jasmine-spec-reporter": "^4.2.1", "jquery": "^3.4.1", "karma": "^4.3.0", "karma-chrome-launcher": "^3.1.0", "karma-cli": "^2.0.0", "karma-coverage-istanbul-reporter": "^2.1.0", "karma-jasmine": "^2.0.1", "karma-remap-istanbul": "^0.6.0", "karma-sauce-launcher": "^2.0.2", "lite-server": "^2.5.4", "lodash": "^4.17.15", "markdown-loader": "^5.1.0", "marked": "^0.7.0", "ngm-cli": "^1.0.4", "ngx-bootstrap": "^5.1.2", "npm-run-all": "^4.1.5", "popper.js": "^1.15.0", "pre-commit": "^1.2.2", "protractor": "^5.4.2", "reflect-metadata": "^0.1.13", "require-dir": "^1.2.0", "rxjs": "^6.5.3", "rxjs-compat": "^6.5.3", "rxjs-tslint": "^0.1.7", "systemjs-builder": "^0.16.15", "ts-helpers": "^1.1.2", "ts-node": "^8.4.1", "tslint": "^5.20.0", "typedoc": "^0.15.0", "typescript": "^3.5.1", "wallaby-webpack": "^3.9.15", "webdriver-manager": "^12.1.7", "zone.js": "^0.10.2" }, "contributors": [ "Paulo Peres Jr <paulo@myog.io> (https://github.com/PauloPeres/)", "Vyacheslav Chub <vyacheslav.chub@valor-software.com> (https://github.com/buchslava)", "Dmitriy Shekhovtsov <valorkin@gmail.com> (https://github.com/valorkin)", "Adrian Faciu <adrian.faciu@gmail.com> (https://github.com/adrianfaciu)", "Oleksandr Telnov <otelnov@gmail.com> (https://github.com/otelnov)" ] }