forked from node-webot/weixin-robot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 885 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
34
35
36
37
38
{
"name": "weixin-robot",
"version": "0.2.1",
"homepage": "http://ktmud.github.com/weixin-robot/",
"repository": "git://github.com/ktmud/weixin-robot.git",
"description": "微信公众平台开放消息接口机器人",
"contributors": [
"ktmud <[email protected]> (http://ktmud.com)",
"TZ <[email protected]> (http://atian25.iteye.com/)"
],
"dependencies": {
"debug": ">= 0.0.1",
"xml2js": ">= 0.2.2",
"underscore": ">=1.4",
"wind": ">= 0.7",
"js-yaml": ">1.0"
},
"devDependencies": {
"commander": "*",
"prettyjson": "*",
"express": "*",
"mocha": "*",
"chai": "*",
"should": "*",
"request": "*"
},
"engines": {
"node" : ">=0.6.0",
"npm" : ">=1.1.6"
},
"bin": {
"webot": "./bin/webot"
},
"scripts": {
"start": "node examples/app.js",
"test": "./node_modules/mocha/bin/mocha"
}
}