{
  "name": "generator-caribou",
  "version": "0.2.15",
  "description": "Generator for front end apps using Gulp, Karma, Mocha & Other Goodies",
  "homepage": "https://github.com/wbyoung/caribou",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report $(if [ \"$TRAVIS\" ]; then echo lcovonly; else echo html; fi) -- && if [ \"$TRAVIS\" ]; then cat ./coverage/lcov.info | ./node_modules/.bin/coveralls; fi"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/wbyoung/caribou.git"
  },
  "keywords": [
    "yeoman-generator"
  ],
  "author": "Whitney Young",
  "license": "MIT",
  "dependencies": {
    "yeoman-generator": "^0.17.0"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "coveralls": "^2.10.1",
    "istanbul": "^0.2.11",
    "lodash": "^2.4.1",
    "mocha": "^1.20.1"
  }
}
