UNPKG

fast-node-weixin

Version:

一个基于koa2框架的微信公众号开发框架

35 lines (34 loc) 768 B
{ "name": "fast-node-weixin", "version": "0.0.14", "description": "一个基于koa2框架的微信公众号开发框架", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/StrangeYear/FastNodeWeiXin.git" }, "keywords": [ "Fast", "WeiXin", "WeChat", "weixin", "wechat" ], "author": { "name": "JianYe", "email": "monian@momoko.cc" }, "license": "ISC", "bugs": { "url": "https://github.com/StrangeYear/FastNodeWeiXin/issues" }, "homepage": "https://github.com/StrangeYear/FastNodeWeiXin#readme", "dependencies": { "axios": "^0.18.0", "ejs": "^2.6.1", "node-uuid": "^1.4.8" } }