angular-datatables
Version:
Angular directive for DataTables
85 lines (84 loc) • 2.92 kB
JSON
{
"name": "angular-datatables",
"version": "13.0.1",
"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": {},
"devDependencies": {
"@angular-devkit/core": "^13.0.2",
"@angular-devkit/schematics": "^13.0.2",
"@angular/cli": "^13.0.2",
"@angular/common": "^13.0.1",
"@angular/compiler": "^13.0.1",
"@angular/compiler-cli": "^13.0.1",
"@angular/core": "^13.0.1",
"@angular/platform-browser": "^13.0.1",
"@angular/platform-browser-dynamic": "^13.0.1",
"@types/datatables.net": "~1.10.21",
"@types/jasmine": "~3.10.2",
"@types/jquery": "~3.5.8",
"@types/node": "~16.11.7",
"canonical-path": "1.0.0",
"codelyzer": "^6.0.2",
"concat-cli": "~4.0.0",
"concurrently": "^6.4.0",
"core-js": "^3.19.1",
"datatables.net": "^1.11.3",
"jasmine-core": "~3.10.1",
"jquery": "^3.6.0",
"karma": "~6.3.8",
"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.60.0",
"rollup-plugin-uglify": "^6.0.4",
"rxjs": "^7.4.0",
"tslint": "~6.1.0",
"typescript": "~4.4.4",
"zone.js": "~0.11.4"
},
"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": {}
}