{
  "name": "lumbar",
  "version": "5.0.0",
  "description": "Supporting your backbone since 2011, Lumbar is a module build system that allows for generation of platform specific javascript modules.",
  "keywords": [
    "build",
    "module",
    "mobile",
    "backbone"
  ],
  "author": "Kevin Decker <kpdecker@gmail.com> (http://incaseofstairs.com)",
  "repository": {
    "type": "git",
    "url": "git://github.com/walmartlabs/lumbar.git"
  },
  "engines": {
    "node": ">=0.8"
  },
  "dependencies": {
    "alce": "1.x",
    "async": "0.x",
    "bower": "1.x",
    "cheerio": "0.15.x",
    "child-pool": "1.x",
    "growl": "1.x",
    "underscore": "1.x"
  },
  "peerDependencies": {
    "handlebars": ">=2.x",
    "nib": ">=1.0.2",
    "stylus": ">=0.41.2",
    "stylus-images": ">=1.0.3"
  },
  "devDependencies": {
    "chai": "1.x.x",
    "cheerio": "^0.18.0",
    "coffee-script": "1.x",
    "glob": "^4.3.5",
    "grunt": "~0.4.1",
    "grunt-contrib-jshint": "0.x.x",
    "grunt-github-pages": "0.x.x",
    "grunt-mocha-cov": "0.x.x",
    "handlebars": "2.x",
    "mocha": "^2.1.0",
    "nib": "^1.0.4",
    "sinon": "^1.12.2",
    "sinon-chai": "2.x.x",
    "stylus": "^0.41.3",
    "stylus-images": "1.0.3",
    "wrench": "~1.5.1"
  },
  "bin": {
    "lumbar": "bin/lumbar"
  },
  "main": "lib/lumbar",
  "scripts": {
    "blanket": {
      "pattern": "//^((?!/node_modules/)(?!/test/).)*$/",
      "data-cover-flags": {
        "branchTracking": true
      }
    },
    "test": "node_modules/.bin/mocha test/*.js test/plugins/*.js test/util/*.js"
  },
  "optionalDependencies": {
    "source-map": "~0.1",
    "uglify-js": "~2.3"
  }
}
