{
  "name": "staticwebserverhost",
  "version": "1.0.1",
  "description": "Hosts a simple webserver which is going to host static files.",
  "main": "ws.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Nitesh Kumar Shaw",
  "license": "ISC",
  "dependencies": {
    "express": "^4.13.3"
  }
}
