UNPKG

angular-datatables

Version:
88 lines (87 loc) 2.95 kB
{ "name": "angular-datatables", "version": "11.2.0", "description": "Angular directive for DataTables", "scripts": { "build": "npm run clean && npm run compile && npm run bundles && npm run schematics:build", "clean": "rimraf -f index.{d.ts,js,js.map,metadata.json} src/*.{d.ts,js,map,metadata.json} bundles schematics/**/*.{d.ts,js,map}", "compile": "npm run lint:code && ngc -p tsconfig-build.json", "compile:tsc": "npm run lint && tsc -p tsconfig.json", "bundles": "npm run rollup && npm run rollup:min", "schematics:build": "tsc -p schematics/tsconfig.json", "lint": "npm run lint:code && npm run lint:test", "lint:code": "tslint ./src/**/*.ts -t verbose --exclude ./src/**/*.d.ts", "lint:test": "tslint ./test/**/*.ts -t verbose --exclude ./test/**/*.d.ts", "rollup": "rollup -c rollup.conf.js", "rollup:min": "rollup -c rollup-uglify.conf.js", "version": "npm run build && git add -A", "postversion": "git push && git push --tags" }, "keywords": [ "Angular", "DataTables" ], "author": "Louis LIN <lin.louis@pm.me> (https://l-lin.github.io/)", "contributors": [ "Michael Bennett <michael@strukt.org>", "Steven Masala <me@smasalai.com>", "Surya Teja K <shanmukhateja@gmail.com>" ], "schematics": "./schematics/src/collection.json", "main": "bundles/angular-datatables.umd.js", "module": "index.js", "typings": "index.d.ts", "license": "MIT", "peerDependencies": { "@angular/core": "^11" }, "devDependencies": { "@angular-devkit/core": "^11.0.5", "@angular-devkit/schematics": "^11.0.5", "@angular/common": "^11.0.5", "@angular/compiler": "^11.0.5", "@angular/compiler-cli": "^11.0.5", "@angular/core": "^11.0.5", "@angular/platform-browser": "^11.0.5", "@angular/platform-browser-dynamic": "^11.0.5", "@types/datatables.net": "~1.10.19", "@types/jasmine": "~3.6.1", "@types/jquery": "~3.5.4", "@types/node": "~14.14.6", "canonical-path": "1.0.0", "codelyzer": "^6.0.1", "concat-cli": "~4.0.0", "concurrently": "^5.3.0", "core-js": "^3.6.5", "datatables.net": "^1.10.22", "jasmine-core": "~3.6.0", "jquery": "^3.4.1", "karma": "~5.2.3", "karma-chrome-launcher": "~3.1.0", "karma-cli": "~2.0.0", "karma-htmlfile-reporter": "^0.3.8", "karma-jasmine": "~4.0.1", "protractor": "~7.0.0", "rimraf": "~3.0.2", "rollup": "~2.33.1", "rollup-plugin-uglify": "^6.0.4", "rxjs": "^6.6.3", "tslint": "~6.1.0", "typescript": "~4.0.5", "zone.js": "~0.11.3" }, "engines": { "node": ">=8.9.0" }, "repository": { "type": "git", "url": "git+https://github.com/l-lin/angular-datatables.git" }, "bugs": { "url": "https://github.com/l-lin/angular-datatables/issues" }, "homepage": "https://github.com/l-lin/angular-datatables#readme", "dependencies": { "@angular/cli": "^11.0.5" } }