wechat-help
Version:
generate help message of used wechat-bot
35 lines (34 loc) • 799 B
JSON
{
"name": "wechat-help",
"version": "0.0.3",
"description": "generate help message of used wechat-bot",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/rogerz/wechat-help"
},
"keywords": [
"wechat",
"wechat-bot",
"help"
],
"author": "Rogerz Zhang <rogerz.zhang@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rogerz/wechat-help/issues"
},
"dependencies": {},
"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",
"wechat-bot": "^0.1.1"
}
}