forked from ManuCutillas/ngx-responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
102 lines (102 loc) · 2.88 KB
/
package.json
File metadata and controls
102 lines (102 loc) · 2.88 KB
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
{
"name": "ngx-responsive",
"version": "5.0.6",
"description": "Superset of RESPONSIVE DIRECTIVES to show or hide items according to the size of the device screen and another features in Angular 5",
"main": "src/index.ts",
"scripts": {
"start": "ng serve --aot",
"build": "ng-packagr -p ng-package.json",
"compodoc": "compodoc -p tsconfig.json",
"compodoc:serve": "compodoc -s",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"typings": "./index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/ManuCutillas/ngx-responsive.git"
},
"keywords": [
"angular",
"angular2",
"angular4",
"angular5",
"ng2",
"ng",
"ngx",
"responsive",
"bootstrap",
"detect",
"mobile",
"tablet",
"useragent",
"devices",
"screen",
"typescript",
"directive",
"retina",
"browsers",
"os",
"directives"
],
"author": "Manu Cutillas <manucutillas@outlook.com>",
"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)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ManuCutillas/ngx-responsive/issues"
},
"homepage": "https://github.com/ManuCutillas/ngx-responsive",
"private": false,
"peerDependencies": {
"@angular/common": "^5.2.9",
"@angular/core": "^5.2.9"
},
"devDependencies": {
"@angular/cli": "~1.7.4",
"@angular/animations": "^5.2.9",
"@angular/common": "^5.2.9",
"@angular/compiler": "^5.2.9",
"@angular/compiler-cli": "^5.2.9",
"@angular/core": "^5.2.9",
"@angular/platform-browser": "^5.2.9",
"@angular/platform-browser-dynamic": "^5.2.9",
"@angular/platform-server": "^5.2.9",
"@compodoc/compodoc": "1.1.2",
"@types/jasmine": "2.8.6",
"@types/node": "~8.0.52",
"@angular/language-service": "^5.2.0",
"@nguniversal/express-engine": "^5.0.0",
"@nguniversal/module-map-ngfactory-loader": "^5.0.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^4.2.1",
"copyfiles": "^2.0.0",
"cpr": "^3.0.1",
"del-cli": "^1.1.0",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~2.0.0",
"karma-chrome-launcher": "~2.2.0",
"karma-coverage-istanbul-reporter": "^1.2.1",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^2.4.2",
"node-sass": "^4.8.3",
"prettier": "^1.11.1",
"protractor": "~5.3.1",
"source-map-explorer": "^1.5.0",
"ts-loader": "^4.2.0",
"ts-node": "~5.0.1",
"tslint": "~5.9.1",
"typescript": "~2.5.3",
"zone.js": "^0.8.26"
}
}