-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.49 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
{
"name": "angular-fluid-grid",
"version": "0.0.5",
"description": "This repository contains the source for the Angular Fluid Grid Package, a responsive, light weight fluid data grid for angular 2 and above.",
"homepage": "https://github.com/infusion-code/angular-fluid-grid/wiki",
"bugs": {
"url": "https://github.com/infusion-code/angular-fluid-grid/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/infusion-code/angular-fluid-grid"
},
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build",
"watch": ".\\node_modules\\.bin\\ngc -p tsconfig-aot.json -w ",
"build": ".\\node_modules\\.bin\\ngc -p tsconfig-aot.json"
},
"keywords": [
"ng2",
"angular",
"grid",
"responsive",
"datatable"
],
"typings": "./dist/index.d.ts",
"author": "Jakub Gwozdz, Thor Schueler",
"license": "MIT",
"dependencies": {
"@angular/common": ">=2.4.9",
"@angular/compiler": ">=2.4.9",
"@angular/core": ">=2.4.9",
"font-awesome": "^4.6.3",
"ngx-pagination": "^3.0.1",
"rxjs": "^5.2.0",
"zone.js": "^0.8.2"
},
"devDependencies": {
"@types/node": "^7.0.5",
"@angular/animations": ">=2.4.9",
"@angular/platform-browser": ">=2.4.9",
"@angular/platform-server": ">=2.4.9",
"@angular/compiler-cli": ">=2.4.9",
"codelyzer": ">=3.0.1",
"tslint": ">=5.4.2",
"typescript": "^2.3.2"
}
}