{
  "name": "iron-mock",
  "version": "1.2.5",
  "description": "mock server",
  "main": "app.js",
  "keywords": [
    "command-cli",
    "mock server"
  ],
  "bin": {
    "iron-mock": "bin/iron-mock.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:luxiaojian/iron-mock.git"
  },
  "scripts": {
    "postinstall": "chmod 777 ./lib/config.json"
  },
  "dependencies": {
    "body-parser": "~1.13.1",
    "commander": "^2.9.0",
    "connect-flash": "^0.1.1",
    "cookie-parser": "~1.3.5",
    "express": "~4.13.0",
    "express-http-proxy": "^0.6.0",
    "express-remove-route": "^0.1.1",
    "express-session": "^1.11.3",
    "morgan": "~1.6.1",
    "nodemon": "^1.8.1",
    "serve-favicon": "~2.3.0",
    "superagent": "^1.7.2",
    "vhost": "^3.0.2"
  },
  "author": "luxiaojian luhuijian@duohuo.org",
  "license": "MIT"
}
