This repository has been archived by the owner on Jan 8, 2018. It is now read-only.
forked from scotteby/angular-2-data-table
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
58 lines (58 loc) · 1.63 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
{
"name": "angular-4-data-table-bootstrap-4",
"version": "0.2.0",
"description": "An Angular 4 data table, with pagination, sorting, expandable rows etc. Bootstrap 4 version.",
"keywords": [
"angular",
"angular4",
"Angular 4",
"ng2",
"datatable",
"data-table",
"data table",
"Bootstrap",
"Bootstrap 4",
"pagination"
],
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"transpile": "ngc",
"package": "rollup -c",
"minify": "uglifyjs dist/bundles/datatable.umd.js --screw-ie8 --compress --mangle --comments --output dist/bundles/datatable.min.js",
"build": "npm run transpile && npm run package && npm run minify"
},
"repository": {
"type": "git",
"url": "[email protected]:afermon/angular-4-data-table-bootstrap-4.git"
},
"peerDependencies": {
"@angular/core": "^4.0.1"
},
"author": "afermon <[email protected]>",
"license": "MIT",
"devDependencies": {
"@angular/compiler": "^4.4.4",
"@angular/compiler-cli": "^4.4.4",
"rollup": "^0.50.0",
"typescript": "^2.5.3",
"uglify-js": "^3.1.3"
},
"dependencies": {
"@angular/common": "^4.0.1",
"@angular/core": "^4.0.1",
"@angular/forms": "^4.0.1",
"@angular/platform-browser": "^4.2.5",
"@angular/platform-browser-dynamic": "^4.0.1",
"@angular/platform-server": "^4.4.4",
"@types/node": "~8.0.33",
"rxjs": "^5.1.0",
"ts-node": "~3.3.0",
"zone.js": "^0.8.12"
},
"false": {},
"bugs": {
"url": "https://github.com/afermon/angular-4-data-table-bootstrap-4/issues"
},
"homepage": "https://github.com/afermon/angular-4-data-table-bootstrap-4/"
}