{
  "name": "zeanium-node",
  "version": "0.9.3",
  "description": "Zeanium for Node.js, simple http server and custome your business.",
  "main": "index.js",
  "scripts": {
    "start": "node ./bin/zn run"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/yangyxu/zeanium-node.git"
  },
  "keywords": [
    "cli",
    "command",
    "http",
    "websocket",
    "http-server",
    "back-end",
    "service",
    "node-server",
    "nodejs-server",
    "mvc",
    "nodejs",
    "server",
    "Javascript",
    "OOP",
    "Framework"
  ],
  "author": "yangyxu",
  "license": "MIT",
  "dependencies": {
    "chokidar": "^1.7.0",
    "formidable": "^1.1.1",
    "mysql": "^2.13.0",
    "redis": "^2.8.0",
    "zeanium": "^1.1.29"
  },
  "preferGlobal": true,
  "bin": {
    "zn": "./bin/zn"
  }
}
