{
  "name": "match-media-mock",
  "version": "0.1.1",
  "description": "server side compatible replacement for Window.matchMedia()",
  "main": "lib/MatchMediaMock.js",
  "scripts": {
    "lib": "babel ./src --out-dir lib  --source-maps --source-maps",
    "test": "mocha --compilers js:babel/register"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:azazdeaz/match-media-mock.git"
  },
  "keywords": [
    "radium",
    "matchMedia",
    "isomorphic",
    "server",
    "mediaquery"
  ],
  "author": "Polgár András",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/azazdeaz/match-media-mock/issues"
  },
  "homepage": "https://github.com/azazdeaz/match-media-mock",
  "dependencies": {
    "css-mediaquery": "^0.1.2",
    "exenv": "^1.2.0",
    "lodash": "^4.17.5"
  },
  "devDependencies": {
    "assert": "^1.3.0",
    "babel": "^5.5.6",
    "babel-eslint": "^3.1.14",
    "eslint": "^0.22.1",
    "eslint-plugin-mocha": "^0.2.2",
    "mocha": "^2.2.5"
  }
}
