137 lines
4.3 KiB
JSON
137 lines
4.3 KiB
JSON
{
|
|
"name": "ng2-file-upload-base",
|
|
"version": "1.3.0",
|
|
"private": true,
|
|
"description": "Angular file upload directives",
|
|
"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 ng2-file-upload-demo --prod",
|
|
"demo.deploy": "gh-pages -d demo/dist",
|
|
"link": "cd dist/ng2-file-upload/ && npm link && cd ../../ && npm link ng2-file-upload",
|
|
"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": "ng build ng2-file-upload",
|
|
"build.watch": "ng build ng2-file-upload --watch",
|
|
"start": "ng serve ng2-file-upload-demo --aot",
|
|
"pretest": "run-s lint build link",
|
|
"test": "ng test ng2-file-upload-test",
|
|
"test-coverage": "ng test ng2-file-upload-test --code-coverage",
|
|
"version": "npm run flow.changelog && git add -A"
|
|
},
|
|
"keywords": [
|
|
"angular2",
|
|
"bootstrap",
|
|
"angularjs",
|
|
"twitter-bootstrap",
|
|
"file-upload",
|
|
"angular-file-upload"
|
|
],
|
|
"author": "Dmitriy Shekhovtsov <valorkin@gmail.com>",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@github.com/valor-software/ng2-file-upload.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/valor-software/ng2-file-upload/issues"
|
|
},
|
|
"homepage": "https://github.com/valor-software/ng2-file-upload#readme",
|
|
"peerDependencies": {},
|
|
"devDependencies": {
|
|
"@angular/animations": "~11.2.14",
|
|
"@angular-devkit/build-angular": "~0.1102.13",
|
|
"@angular-devkit/build-ng-packagr": "^0.1002.0",
|
|
"@angular/cli": "~11.2.14",
|
|
"@angular/common": "~11.2.14",
|
|
"@angular/compiler": "~11.2.14",
|
|
"@angular/compiler-cli": "~11.2.14",
|
|
"@angular/core": "~11.2.14",
|
|
"@angular/forms": "~11.2.14",
|
|
"@angular/platform-browser": "~11.2.14",
|
|
"@angular/platform-browser-dynamic": "~11.2.14",
|
|
"@angular/router": "~11.2.14",
|
|
"@types/jasmine": "~3.7.7",
|
|
"@types/marked": "2.0.3",
|
|
"@types/node": "^12.11.1",
|
|
"@types/webpack": "^5.0.0",
|
|
"bootstrap": "3.3.7",
|
|
"chokidar-cli": "^2.1.0",
|
|
"classlist-polyfill": "1.2.0",
|
|
"codecov": "3.8.2",
|
|
"codelyzer": "^6.0.0",
|
|
"conventional-changelog-cli": "2.1.1",
|
|
"conventional-github-releaser": "3.1.5",
|
|
"core-js": "^3.14.0",
|
|
"cpy": "8.1.2",
|
|
"cpy-cli": "3.1.1",
|
|
"del-cli": "3.0.1",
|
|
"gh-pages": "3.2.2",
|
|
"gitignore-to-glob": "0.3.0",
|
|
"google-code-prettify": "1.0.5",
|
|
"html-loader": "^1.3.2",
|
|
"jasmine-core": "3.6.0",
|
|
"jasmine-data-provider": "2.2.0",
|
|
"jasmine-spec-reporter": "7.0.0",
|
|
"karma": "~6.1.0",
|
|
"karma-chrome-launcher": "~3.1.0",
|
|
"karma-cli": "~2.0.0",
|
|
"karma-jasmine": "4.0.1",
|
|
"karma-remap-istanbul": "0.6.0",
|
|
"karma-sauce-launcher": "4.3.6",
|
|
"karma-coverage-istanbul-reporter": "^3.0.3",
|
|
"lite-server": "2.6.1",
|
|
"lodash": "4.17.21",
|
|
"markdown-loader": "^6.0.0",
|
|
"marked": "2.0.7",
|
|
"ng-packagr": "^11.2.4",
|
|
"ngx-bootstrap": "6.2.0",
|
|
"npm-run-all": "^4.1.5",
|
|
"pre-commit": "1.2.2",
|
|
"protractor": "~7.0.0",
|
|
"raw-loader": "^4.0.2",
|
|
"reflect-metadata": "0.1.13",
|
|
"require-dir": "1.2.0",
|
|
"rxjs": "^6.6.0",
|
|
"systemjs-builder": "0.16.15",
|
|
"ts-helpers": "^1.1.2",
|
|
"ts-node": "8.3.0",
|
|
"tsickle": "^0.40.0",
|
|
"tslint": "^6.1.0",
|
|
"tslint-config-valorsoft": "^2.2.1",
|
|
"typedoc": "0.20.36",
|
|
"typescript": "~4.1.5",
|
|
"wallaby-webpack": "^3.9.16",
|
|
"webdriver-manager": "12.1.8",
|
|
"zone.js": "~0.11.3"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Vyacheslav Chub",
|
|
"email": "vyacheslav.chub@valor-software.com",
|
|
"url": "https://github.com/buchslava"
|
|
},
|
|
{
|
|
"name": "Dmitriy Shekhovtsov",
|
|
"email": "valorkin@gmail.com",
|
|
"url": "https://github.com/valorkin"
|
|
},
|
|
{
|
|
"name": "Adrian Faciu",
|
|
"email": "adrian.faciu@gmail.com",
|
|
"url": "https://github.com/adrianfaciu"
|
|
},
|
|
{
|
|
"name": "Oleksandr Telnov",
|
|
"email": "otelnov@gmail.com",
|
|
"url": "https://github.com/otelnov"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"tslib": "^2.0.0"
|
|
}
|
|
}
|