-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathpackage.json
107 lines (107 loc) · 2.98 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "ngx-responsive",
"version": "9.0.3",
"description": "Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 9",
"scripts": {
"start": "ng serve --aot",
"build": "ng-packagr -p ng-package.json",
"build:watch": "onchange -i -k 'src/**/*.ts' -- npm run build",
"compodoc": "compodoc -p tsconfig.json",
"compodoc:serve": "compodoc -s",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"ngPackage": {
"lib": {
"entryFile": "src/index.ts"
}
},
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ManuCutillas/ngx-responsive.git"
},
"keywords": [
"angular",
"angular2",
"angular4",
"angular5",
"angular6",
"angular7",
"angular8",
"angular9",
"angular10",
"ng2",
"ng",
"ngx",
"responsive",
"bootstrap",
"detect",
"mobile",
"tablet",
"useragent",
"devices",
"screen",
"typescript",
"directive",
"retina",
"browsers",
"universal",
"directives"
],
"author": "Manu Cutillas <[email protected]>",
"contributors": [
"Christophe HOARAU (https://github.com/no-more)",
"Kamil Breguła (https://github.com/mik-laj)",
"Janne Julkunen (https://github.com/sconix)",
"paulyipkh (https://github.com/paulyipkh)",
"mburger81 (https://github.com/mburger81)",
"Alyssa Brunswick (https://github.com/alyssabrunswick)",
"Quentin (https://github.com/bobbybobby)",
"Thomas Christensen (https://github.com/tocDK)",
"Christian Lüdemann (https://github.com/lydemann)",
"Matt Senter (https://github.com/MattSenter)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ManuCutillas/ngx-responsive/issues"
},
"homepage": "https://github.com/ManuCutillas/ngx-responsive",
"private": false,
"peerDependencies": {
"@angular/common": "^9.1.6",
"@angular/core": "^9.1.6"
},
"devDependencies": {
"@angular/animations": "^9.1.6",
"@angular/cli": "^9.0.1",
"@angular/common": "^9.1.6",
"@angular/compiler": "^9.1.6",
"@angular/compiler-cli": "^9.1.6",
"@angular/core": "^9.1.6",
"@angular/language-service": "^9.1.6",
"@angular/platform-browser": "^9.1.6",
"@angular/platform-browser-dynamic": "^9.1.6",
"@angular/platform-server": "^9.1.6",
"@compodoc/compodoc": "1.1.11",
"@nguniversal/express-engine": "^9.1.1",
"@nguniversal/module-map-ngfactory-loader": "^8.2.6",
"@types/node": "~8.9.4",
"copyfiles": "^2.2.0",
"cpr": "^3.0.1",
"del-cli": "^3.0.0",
"codelyzer": "^5.2.2",
"ng-packagr": "^9.1.3",
"onchange": "^7.0.2",
"protractor": "~5.4.4",
"source-map-explorer": "^2.4.2",
"ts-loader": "^6.2.1",
"tsickle": "^0.38.1",
"ts-node": "~8.10.1",
"tslint": "~6.1.2",
"typescript": "~3.8.3",
"zone.js": "~0.10.3"
}
}