{
  "name": "openserver",
  "version": "0.2.5",
  "description": "An easy-to-use, open source web framework for NodeJS, designed as an alternative for Apache or Microsoft's Internet Information Services.",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "dependencies":{
	  "mime-types":">= 2.1.0"
  },
  "keywords": [
    "web",
    "server",
    "openserver",
    "iis",
    "apache",
    "http"
  ],
  "author": "Brian Bosak <brielcccc@gmail.com> (https://github.com/IDWMaster)",
  "license": "GPL-3.0"
}
