{
  "name": "mockApp",
  "version": "0.0.0",
  "description": "mock description",
  "main": "lib/index.js",
  "scripts": {
    "test": "grunt test",
    "prepublish": "grunt compile"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mockorg/mockApp.git"
  },
  "keywords": [],
  "author": "anonymous <anon@example.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mockorg/mockApp/issues"
  },
  "homepage": "https://github.com/mockorg/mockApp",
  "devDependencies": {
    "chai": "^3.3.0",
    "coffee-script": "^1.10.0",
    "grunt-mocha-cov": "^0.4.0"
  },
  "config": {
    "blanket": {
      "pattern": "src",
      "data-cover-never": "node_modules",
      "loader": "./node-loaders/coffee-script"
    }
  }
}
