-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 2.62 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "angular5-data-table-custom",
"version": "0.0.4"description": "An accessible Angular 5 data table, with pagination, sorting, expandable rows, scrolling, sizing, etc.",
"keywords": [
"angular",
"angular5",
"Angular 5",
"ng2",
"datatable",
"data-table",
"data table",
"pagination",
"sorting",
"accessibility",
"scrolling",
"sizing"
],
"author": "Vigneshwaran Ganesan <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/Elcomerz/angular5-data-table-custom#readme",
"bugs": {
"url": "https://github.com/Elcomerz/angular5-data-table-custom/issues"
},
"main": "./bundles/angular5-data-table-custom.umd.js",
"module": "./esm5/angular5-data-table-custom.js",
"es2015": "./esm2015/angular5-data-table-custom.js",
"typings": "angular5-data-table-custom.d.ts",
"scripts": {
"build": "node build.js",
"test": "karma start",
"pack-lib": "npm pack ./dist",
"publish-lib": "npm publish ./dist",
"publish-lib:next": "npm publish --tag next ./dist",
"compodoc": "compodoc -p tsconfig.json",
"compodoc-serve": "compodoc -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elcomerz/angular5-data-table-custom.git"
},
"dependencies": {
"tslib": "^1.7.1"
},
"peerDependencies": {
"@angular/common": ">= 5.0.0",
"@angular/core": ">= 5.0.0"
},
"devDependencies": {
"@angular/animations": "5.0.0",
"@angular/common": "5.0.0",
"@angular/compiler": "5.0.0",
"@angular/compiler-cli": "5.0.0",
"@angular/core": "5.0.0",
"@angular/forms": "^5.0.0",
"@angular/platform-browser": "5.0.0",
"@angular/platform-browser-dynamic": "5.0.0",
"@angular/platform-server": "5.0.0",
"@compodoc/compodoc": "1.0.3",
"@types/jasmine": "2.6.2",
"@types/node": "^8.0.47",
"chalk": "2.3.0",
"codelyzer": "4.0.0",
"core-js": "2.5.1",
"istanbul-instrumenter-loader": "3.0.0",
"jasmine-core": "2.8.0",
"karma": "1.7.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage-istanbul-reporter": "1.3.0",
"karma-jasmine": "1.1.0",
"karma-sourcemap-loader": "0.3.7",
"karma-spec-reporter": "0.0.31",
"karma-webpack": "2.0.5",
"reflect-metadata": "0.1.10",
"rollup": "^0.53.4",
"rollup-plugin-license": "0.5.0",
"rollup-plugin-node-resolve": "3.0.0",
"rollup-plugin-sourcemaps": "0.4.2",
"rxjs": "5.5.2",
"shelljs": "0.7.8",
"source-map-loader": "0.2.3",
"ts-loader": "3.1.1",
"tslint": "5.8.0",
"typescript": "2.4.2",
"uglify-js": "^3.1.6",
"webpack": "3.8.1",
"zone.js": "0.8.18"
}
}