{
  "name": "yns2",
  "version": "2.0.9",
  "description": "YunpNodeServer is an application server running on nodejs.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "example_hello":"node examples/hello/main.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/plter/YunpNodeServer.git"
  },
  "keywords": [
    "yunp",
    "server"
  ],
  "author": "plter",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/plter/YunpNodeServer/issues"
  },
  "homepage": "https://github.com/plter/YunpNodeServer#readme",
  "dependencies": {
    "cookie": "^0.4.1",
    "log4js": "^6.3.0",
    "socket.io": "^4.0.1",
    "twig": "^1.15.4",
    "uuid": "^8.3.2"
  }
}
