{
  "name": "background-imager",
  "version": "0.1.1",
  "description": "Reads directory for images using micro media query DSL and produces CSS with responsive background-image classes",
  "main": "./lib/background-imager.js",
  "bin": "./bin/background-imager-cli.js",
  "scripts": {
    "test": "mocha -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/hparra/background-imager.git"
  },
  "keywords": [
    "background-image",
    "device-pixel-ratio",
    "resolution",
    "media query",
    "css",
    "retina",
    "responsive",
    "image",
    "mobile"
  ],
  "author": "Hector Parra",
  "license": "MIT",
  "dependencies": {
    "q": "~0.9.7",
    "gm": "~1.13.1",
    "commander": "~2.0.0"
  },
  "devDependencies": {
    "mocha": "~1.13.0",
    "should": "~1.3.0"
  }
}
