forked from faisal-iqbal/angular-4-data-table
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1006 Bytes
/
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
{
"name": "angular-4-data-table",
"version": "0.2.003",
"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": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"serve": "tsc -w"
},
"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",
"@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"
}