{
  "name": "weroll",
  "version": "1.7.5",
  "description": "Build Your Web Application Fast and Less Codes.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jayliang701/weroll.git"
  },
  "keywords": [
    "web",
    "framework",
    "micro",
    "service",
    "api",
    "ecosystem"
  ],
  "author": "Jay Liang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jayliang701/weroll/issues"
  },
  "dependencies": {
    "async": "<=2.2.0",
    "body-parser": "^1.15.2",
    "bufferhelper": "^0.2.1",
    "console-stamp": "^0.2.5",
    "cookie": "^0.3.1",
    "cookie-parser": "^1.4.3",
    "deepmerge": "^1.5.1",
    "emailjs": "^1.0.8",
    "express": "^4.14.0",
    "formidable": "^1.0.17",
    "iconv-lite": "^0.4.15",
    "jsonwebtoken": "^8.3.0",
    "lodash": "^4.17.5",
    "memory-cache": "^0.1.6",
    "method-override": "^2.3.7",
    "min-request": "^1.4.1",
    "mkdirp": "^0.5.1",
    "moment": "^2.17.1",
    "mongodb": "^2.2.24",
    "mongoose": "^4.8.4",
    "mongoose-long": "^0.2.1",
    "morgan": "^1.7.0",
    "msgpack5": "^3.4.1",
    "nunjucks": "^3.1.6",
    "redis": "^2.6.3",
    "request": "^2.79.0",
    "socket.io": "^1.7.2",
    "socket.io-client": "^1.7.2",
    "socket.io-redis": "^3.1.0",
    "uuid": "^3.2.1"
  },
  "readme": "极速搭建一个基于微服务架构的Node.js应用程序，用最小的代码实现常见的web业务。<br><br>使用weroll-cli快速创建一个web程序骨架：<br><pre>$ npm install -g weroll-cli<br>$ weroll-cli init mini DemoApp<br>$ cd DemoApp<br>$ node main.js</pre>然后使用浏览器打开页面：<pre>http://localhost:3000/</pre>Now, let's roll！<br><br><br>访问Github主页 <a href='https://github.com/jayliang701/weroll#readme' target='_blank'>https://github.com/jayliang701/weroll</a> 了解更多。"
}
