{
  "name": "zero-blog",
  "version": "0.1.4",
  "description": "A beautiful & useful blog system using Node.js.",
  "repository": {
    "type" : "git",
    "url" : "http://github.com/wssgcg1213/zero-blog.git"
  },
  "author": {
    "name": "ZeroLing",
    "url": "http://zeroling.com"
  },
  "scripts": {
    "start": "node nb.js"
  },
  "dependencies": {
    "express": "~3.4.8",
    "ejs": "~0.8.5",
    "marked": "~0.3.0",
    "mongodb": "~1.3.23",
    "connect-mongo": "~0.4.0",
    "connect-flash": "~0.1.1"
  },
  "readmeFilename": "README.md",
  "homepage": "https://www.zeroling.com"
}
