{
  "name": "tix.db-cellphone_repair",
  "version": "0.7.8",
  "repository": {
    "type": "git",
    "url": "https://bitbucket.org/berrytechnics/tix.db/src/master/"
  },
  "author": "Kyle Berry - BerryTechnics",
  "homepage": "https://tixdb.herokuapp.com",
  "bugs": {
    "url": "https://bitbucket.org/berrytechnics/tix.db/issues"
  },
  "keywords": [
    "CRM",
    "Cell Phone Repair",
    "Ticket System",
    "electronics repair"
  ],
  "license": "GPL-3.0",
  "private": false,
  "scripts": {
    "start": "node ./bin/www",
    "test": "mocha",
    "startdev": "NODE_ENV=development nodemon bin/www",
    "startprod": "NODE_ENV=production nodemon bin/www"
  },
  "dependencies": {
    "async": "^2.6.1",
    "body-parser": "~1.18.2",
    "connect-mongo": "^2.0.1",
    "cookie-parser": "~1.4.3",
    "debug": "~2.6.9",
    "express": "~4.15.5",
    "express-flash": "^0.0.2",
    "express-session": "^1.15.6",
    "hbs": "~4.0.1",
    "mongoose": "^5.1.2",
    "mongoose-gridfs": "^0.4.1",
    "morgan": "~1.9.0",
    "passport": "^0.4.0",
    "passport-local": "^1.0.0",
    "passport-local-mongoose": "^5.0.0",
    "serve-favicon": "~2.4.5"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-cheerio": "^1.0.0",
    "chai-http": "^2.0.1",
    "chalk": "^2.4.1",
    "cheerio": "^1.0.0-rc.2",
    "mocha": "^2.4.5"
  }
}
