-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.31 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
{
"name": "angular-match-media-light",
"version": "1.1.1",
"description": "AngularJS service providing $matchMedia in $rootScope with information about the current @media (screen size, print, Retina, dark colors).",
"main": "dist/match-media-light.min.js",
"files": [
"dist/match-media-light.min.js",
"dist/match-media-light.min.js.map",
"README.md",
"LICENSE"
],
"devDependencies": {
"gulp": "^4.0.2",
"gulp-jshint": "^2.1.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jshint": "^2.12.0",
"pump": "^3.0.0"
},
"peerDependencies": {
"angular": ">=1.6.0"
},
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"build": "gulp",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sentrysoftware/angular-match-media.git"
},
"keywords": [
"angularjs",
"matchmedia",
"@media",
"css",
"retina",
"print",
"screenSize"
],
"author": "Bertrand Martin <[email protected]>",
"contributors": [
"bertysentry <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/sentrysoftware/angular-match-media/issues"
},
"homepage": "https://github.com/sentrysoftware/angular-match-media#readme"
}