{
  "name": "node-shark",
  "version": "0.2.0",
  "author": "Aleafs Zhang (zhangxc83@gmail.com)",
  "contributors": [
  ],
  "homepage": "git@github.com:aleafs/node-shark.git",
  "description": "A new develop framework for Node.js",
  "keywords": [ "shark", "Node.js", "framework" ],
  "dependencies": {
  },
  "engines": {
    "node": ">=0.6.9"
  },
  "devDependencies": {
    "should"    : ">=0.4.2",
    "mocha"     : ">=0.9.0"
  },
  "scripts": {
    "test": "make test"
  }
}
