forked from ManuCutillas/ngx-responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 2.09 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
{
"name": "ngx-responsive",
"version": "3.1.3",
"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": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"packagr": "ng-packagr -p ng-package.json",
"pack": "npm run update && npm run packagr && cd dist && npm pack && cd -",
"update": "rm -Rf node_modules package-lock.json && npm install"
},
"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 <[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)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ManuCutillas/ngx-responsive/issues"
},
"homepage": "https://github.com/ManuCutillas/ngx-responsive",
"peerDependencies": {
"@angular/core": "^5.1.3",
"@angular/common": "^5.1.3",
"rxjs": "^5.5.6",
"zone.js": "^0.8.19"
},
"devDependencies": {
"@types/jasmine": "2.8.0",
"@types/node": "~8.0.52",
"codelyzer": "~4.0.1",
"jasmine-core": "~2.8.0",
"jasmine-spec-reporter": "~4.2.1",
"karma": "~1.7.1",
"karma-chrome-launcher": "~2.2.0",
"karma-cli": "~1.0.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "~1.1.0",
"karma-jasmine-html-reporter": "^0.2.2",
"ng-packagr": "^1.6.0",
"protractor": "~5.2.0",
"ts-node": "~3.3.0",
"tslint": "~5.8.0",
"typescript": "~2.6.1"
},
"dependencies": {}
}