{
  "main": "../core/httpserver.js",
  "name": "moweb",
  "version": "0.0.6",
  "description": "A very simple webserver.",
  "homepage": "http://motadou.github.io",
  "author": {
    "name": "motadou",
    "email": "motadou@126.com",
    "url": "http://motadou.github.io"
  },
  "keywords": [
    "webserver",
    "lighttpd",
	"nginx",
	"apache"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/motadou/mows.git"
  },
  "bugs": {
    "url": "https://github.com/motadou/mows/issues"
  },
  "readme": "README.md",
  "bin": {
    "moweb": "./bin/moweb"
  }
}
