{
  "name": "servermock",
  "version": "2.1.24",
  "description": "not only static server and ajax mock data, support page mock like dynamic page, separation front-end and server. And you can install plugins free",
  "main": "index.js",
  "bin": {
    "servermock": "./bin/index.js",
    "sm": "./bin/index.js"
  },
  "scripts": {
    "test": "servermock start"
  },
  "keywords": [
    "separation",
    "server",
    "mock",
    "mockjson",
    "pagemock"
  ],
  "files": [
    "index.js",
    "plugins",
    "lib",
    "bin",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shalles/servermock.git"
  },
  "bugs": {
    "url": "https://github.com/shalles/servermock/issues"
  },
  "author": {
    "name": "shalles",
    "email": "shalles@163.com",
    "url": "http://shalles.github.io"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^1.1.1",
    "mockjs": "^0.1.10",
    "phpjs": "^1.3.2",
    "urlencode": "^1.1.0",
    "velocityjs": "^0.7.2",
    "websocket": "^1.0.21"
  },
  "devDependencies": {
    "jshint": "^2.9.1-rc1"
  }
}
