package.json 689 Bytes
{
  "name": "ossproject-2017-02",
  "version": "1.0.0",
  "description": "Tour Information Stamp Application",
  "main": "app.js",
  "private": true,
  "scripts": {
    "start": "nodemon ./bin/www",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "http://khuhub.khu.ac.kr/2013104063/open-source-project-2017-02.git"
  },
  "dependencies": {
      "body-parser": "~1.18.2",
     "cookie-parser": "~1.4.3",
     "debug": "~2.6.9",
     "ejs": "~2.5.7",
     "express": "~4.15.5",
     "morgan": "~1.9.0",
     "serve-favicon": "~2.4.5",
     "stylus": "0.54.5",
     "mysql": "^2.5.4"
   },
  "author": "",
  "license": "ISC"
}