wechat-bot
Version:
middleware framework for creating wechat bot
42 lines (41 loc) • 932 B
JSON
{
"name": "wechat-bot",
"version": "0.1.1",
"description": "middleware framework for creating wechat bot",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/rogerz/wechat-bot"
},
"keywords": [
"wechat",
"bot",
"wechat-bot",
"weixin"
],
"author": "Rogerz Zhang <rogerz.zhang@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rogerz/wechat-bot/issues"
},
"dependencies": {
"debug": "^0.7.4",
"wechat": "^0.6.7"
},
"devDependencies": {
"chai": "~1.8.1",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"grunt": "~0.4.1",
"grunt-mocha-cli": "~1.1.0",
"grunt-complexity": "~0.1.3",
"grunt-cli": "~0.1.9",
"supertest": "^0.9.0",
"wechat": "^0.6.7",
"connect": "^2.14.1",
"ejs": "^0.8.5"
}
}