{
  "name": "jinsung",
  "version": "0.0.1",
  "private": true,
  "main": "app.js",
  "scripts": {
    "start": "node ./bin/www",
    "test": "mocha --recursive test",
    "test:coverage": "nyc npm test",
    "test:unit": "mocha --recursive test/middleware test/models test/routes",
    "test:integration": "mocha --recursive test/integration"
  },
  "dependencies": {
    "body-parser": "^1.20.3",
    "cookie-parser": "~1.4.4",
    "cors": "^2.8.6",
    "ejs": "^5.0.1",
    "express": "^4.21.2",
    "grunt-cli": "^1.5.0",
    "lodash": "^4.18.1",
    "moment": "^2.30.1",
    "morgan": "^1.6.1",
    "mysql2": "^3.20.0",
    "openstack-swift-client": "^0.1.0",
    "passport": "^0.7.0",
    "passport-jwt": "^4.0.1",
    "point-in-polygon": "^1.0.1",
    "serve-favicon": "^2.3.0"
  },
  "devDependencies": {
    "grunt": "^1.6.2",
    "grunt-concurrent": "^2.2.1",
    "grunt-contrib-jshint": "^3.2.0",
    "grunt-contrib-watch": "^1.1.0",
    "grunt-nodemon": "^0.0.0",
    "jshint": "^2.13.6"
  },
  "overrides": {
    "minimatch": "^3.1.2",
    "got": "^11.8.5",
    "braces": "^3.0.3",
    "cross-spawn": "^6.0.6",
    "micromatch": "^4.0.8"
  }
}
