{
  "name": "rest-seed",
  "version": "1.0.7",
  "description": "Standard rest server, Base on restify and redis",
  "main": "index.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lusionx/rest-seed.git"
  },
  "author": "liu xing",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lusionx/rest-seed/issues"
  },
  "homepage": "https://github.com/lusionx/rest-seed#readme",
  "dependencies": {
    "async": "^1.5.2",
    "commander": "^2.9.0",
    "lodash": "^3.10.1",
    "moment": "^2.12.0",
    "redis": "^2.5.1",
    "request": "^2.69.0",
    "restify": "^4.0.4",
    "tv4": "^1.2.7"
  },
  "devDependencies": {
    "log4js": "^0.6.33",
    "should": "^8.2.2"
  },
  "keywords": [
    "api",
    "rest",
    "seed",
    "redis"
  ]
}
