{
  "name": "better-angels",
  "version": "0.1.0",
  "description": "A private, community-based crisis response system. Because friends don't let friends call the cops.",
  "main": "buoy.js",
  "directories": {
    "test": "tests"
  },
  "config": {
    "bower_directory": "vendor"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "bower install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/meitar/better-angels.git"
  },
  "author": "The Better Angels",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/meitar/better-angels/issues"
  },
  "homepage": "https://meitar.github.io/better-angels/",
  "devDependencies": {
    "backbone": "^1.3.3",
    "jasmine-core": "^2.4.1",
    "karma": "^0.13.19",
    "karma-firefox-launcher": "^0.1.7",
    "karma-jasmine": "^0.3.7"
  }
}
