generator-wechat-bot
Version:
A Yeoman generator for wechat bot
32 lines (29 loc) • 695 B
JSON
{
"name": "mymodule",
"version": "0.0.1",
"description": "awesome module",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"repository": {
"type": "git",
"url": "https://github.com/octocat/mymodule"
},
"keywords": "something",
"author": "Octo Cat <main@mail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/octocat/mymodule/issues"
},
"dependencies": {},
"devDependencies": {
"expect.js": "~0.2.0",
"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"
}
}