Skip to content

Commit f45d736

Browse files
committed
add package.json for css3-mediaqueries-js
1 parent 6a0b423 commit f45d736

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "css3-mediaqueries-js",
3+
"description": "Write your media queries like you would for browsers with native support.",
4+
"version": "1.0.0",
5+
"homepage": "http://code.google.com/p/css3-mediaqueries-js/",
6+
"author": {
7+
"name": "Wouter van der Graaf",
8+
"url": "https://github.com/woutervandergraaf"
9+
},
10+
"repository": {
11+
"type": "git",
12+
"url": "https://github.com/livingston/css3-mediaqueries-js"
13+
},
14+
"keywords": [
15+
"CSS Helper",
16+
"Media Queries",
17+
"CSS3"
18+
],
19+
"license": "MIT"
20+
}

0 commit comments

Comments
 (0)