{
  "homepage": "http://fmsjs.org",
  "name": "fms",
  "version": "0.2.0",
  "description": "前端数据模拟环境，提供 AJAX 模拟与后端 MVC 中 View 层渲染模拟解决方案。",
  "main": "index.js",
  "author": {
    "name": "nimojs",
    "email": "nimo.jser@gmail.com"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nimojs/fms"
  },
  "license": "MIT",
  "dependencies": {
    "body-parser": "^1.12.3",
    "chance": "latest",
    "colors": "^1.1.0",
    "connect-combo": "^0.2.7",
    "cookie-parser": "^1.3.4",
    "cors": "^2.7.1",
    "each-async": "^1.1.1",
    "express": "^4.13.3",
    "express-http-proxy": "^0.11.0",
    "extend": "^2.0.1",
    "fs-extra": "^0.18.3",
    "handlebars": "^3.0.3",
    "highlight.js": "^8.6.0",
    "iqrcode": "0.0.2",
    "marked": "^0.3.3",
    "mime": "^1.3.4",
    "mockjs": "^1.0.0",
    "readdir": "0.0.13",
    "request": "^2.60.0",
    "underscore": "^1.8.3"
  },
  "devDependencies": {
    "portfinder": "^0.4.0",
    "supertest": "^1.1.0",
    "should": "7.0.2"
  },
  "scripts": {
    "test": "mocha test/port.js",
    "test1": "mocha test/connect.js",
    "test2": "mocha test/port.js",
    "test3": "mocha test/cookies-fms.js",
    "test4": "mocha test/getHandle.js",
    "test5": "mocha test/handle.js",
    "test6": "mocha test/password.js",
    "test7": "mocha test/port.js",
    "test8": "mocha test/static.js",
    "test9": "mocha test/static-2.js",
    "test10": "mocha test/static-3.js",
    "test11": "mocha test/ajax.settings.res.js",
    "test12": "mocha test/restful.js",
    "test13": "mocha test/ajax.js",
    "test14": "mocha test/fms.get.js",
    "test15": "mocha test/config.res-fms.get.js",
    "test16": "mocha test/doc.js"
  },
  "engines": {
      "node": ">= 4.0"
  }
}
