We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0b423 commit f45d736Copy full SHA for f45d736
package.json
@@ -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