{
  "name": "satpac-app",
  "version": "1.0.0",
  "description": "SATPAC front-end web app",
  "main": "index.js",
  "scripts": {
    "start": "node server.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "engines": {
    "node": "7.0.0",
    "npm": "4.0.1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DNACodeStudios/satpac-app.git"
  },
  "author": "DNA Code Studios",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/DNACodeStudios/satpac-app/issues"
  },
  "homepage": "https://github.com/DNACodeStudios/satpac-app#readme",
  "dependencies": {
    "body-parser": "^1.15.2",
    "express": "^4.14.0",
    "path": "^0.12.7"
  }
}
