{
  "name": "nyx_schedule",
  "version": "0.1.3",
  "description": "nyx任务调度",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "http://fex.staff.ifeng.com/fep/nyx_schedule.git"
  },
  "keywords": [
    "nyx",
    "schedule"
  ],
  "dependencies": {
    "cron": "~1.0.1",
    "date.js": "~0.2.0",
    "express": "^4.13.4",
    "human-interval": "~0.1.3",
    "lodash": "^4.5.1",
    "moment-timezone": "^0.5.0",
    "mysql": "^2.10.2"
  },
  
  "author": "qinfj",
  "license": "ISC",
  "bin": {
    "nyx-schedule": "./server.js"
  }
}
