forked from MIt9/angular-4-data-table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.04 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
{
"name": "angular-4-data-table",
"version": "0.4.6",
"description": "An Angular 4 data table, with pagination, sorting, expandable rows etc.",
"keywords": [
"angular",
"angular4",
"Angular 4",
"ng2",
"datatable",
"data-table",
"data table",
"pagination"
],
"main": "src/index.ts",
"typings": "src/index.ts",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/MIt9/angular-4-data-table.git"
},
"author": "Dmitrii Bilukha <[email protected]> (http://donsamogon.com)",
"license": "MIT",
"devDependencies": {},
"dependencies": {
"@angular/core": "^4.0.0",
"@angular/common": "^4.0.1",
"@angular/forms": "^4.0.1",
"@angular/platform-browser": "^4.0.1",
"@types/node": "~6.0.60",
"rxjs": "^5.1.0",
"ts-node": "~2.0.0",
"typescript": "2.1.5",
"zone.js": "^0.8.12"
},
"false": {},
"bugs": {
"url": "https://github.com/MIt9/angular-4-data-table/issues"
},
"homepage": "https://github.com/MIt9/angular-4-data-table#readme"
}