Skip to content

Commit f8ac521

Browse files
Added package.json for npm support
1 parent 42a49a1 commit f8ac521

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-media-queries",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"authors": [
55
66
],

package.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"name": "angular-media-queries",
3+
"version": "0.5.1",
4+
"description": "Angular service to test if a given @media statment is true.",
5+
"main": "match-media.js",
6+
"scripts": {
7+
"test": "karma start"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/jacopotarantino/angular-match-media.git"
12+
},
13+
"keywords": [
14+
"angular",
15+
"angularjs",
16+
"matchmedia",
17+
"@media",
18+
"css"
19+
],
20+
"author": "Jack <[email protected]>",
21+
"license": "CC-BY-SA-4.0",
22+
"bugs": {
23+
"url": "https://github.com/jacopotarantino/angular-match-media/issues"
24+
},
25+
"homepage": "https://github.com/jacopotarantino/angular-match-media#readme"
26+
}

0 commit comments

Comments
 (0)