forked from rogerz/wechat-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 910 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "wechat-menu",
"version": "0.0.1",
"description": "pushing wechat custom menu with github and travis-ci",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci",
"deploy": "node_modules/.bin/webot menu create --appid=$APP_ID --secret=$APP_SECRET < data/menu.json"
},
"repository": {
"type": "git",
"url": "https://github.com/rogerz/wechat-menu"
},
"keywords": [
"wechat menu github travis"
],
"author": "Rogerz Zhang <rogerz.zhang@gmail.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/rogerz/wechat-menu/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",
"webot-cli": "0.0.4"
}
}