{
  "name": "d",
  "version": "0.0.0",
  "devDependencies": {
    "grunt": "~0.4.2",
    "grunt-contrib-copy": "~0.5.0",
    "grunt-contrib-concat": "~0.3.0",
    "grunt-contrib-uglify": "~0.2.7",
    "grunt-contrib-jshint": "~0.8.0",
    "grunt-contrib-cssmin": "~0.7.0",
    "grunt-contrib-connect": "~0.5.0",
    "grunt-contrib-clean": "~0.5.0",
    "grunt-contrib-htmlmin": "~0.1.3",
    "grunt-contrib-less": "~0.8.3",
    "grunt-bower-install": "~0.8.0",
    "grunt-contrib-jade": "~0.9.0",
    "grunt-contrib-imagemin": "~0.4.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-rev": "~0.1.0",
    "grunt-autoprefixer": "~0.6.2",
    "grunt-usemin": "~2.0.2",
    "grunt-mocha": "~0.4.7",
    "grunt-modernizr": "~0.4.1",
    "grunt-svgmin": "~0.3.0",
    "grunt-concurrent": "~0.4.2",
    "load-grunt-tasks": "~0.2.1",
    "time-grunt": "~0.2.5",
    "grunt-browserify": "~1.3.0",
    "browserify": "~3.29.0",
    "debowerify": "~0.5.2",
    "browserify-jade": "~0.1.1",
    "mocha": "~1.17.1",
    "should": "~3.1.2",
    "jshint-stylish": "~0.1.5",
    "browserify-shim": "~3.2.2"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "browserify": {
    "transform": ["browserify-shim"]
  },
  "browser": {
    "lodash": "./app/bower_components/lodash/dist/lodash.js"
  },
  "browserify-shim": {
    "lodash": "global:lodash"
  }
}
