forked from node-webot/webot-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 872 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
39
{
"name": "weixin-robot-example",
"version": "0.0.5",
"main": "app.js",
"dependencies": {
"express": "~3.0",
"request": "~2.12",
"underscore": "~1.4",
"debug": "~0.7.2",
"js-yaml": "~2.0.3",
"weixin-robot": "~0.5.0"
},
"devDependencies": {
"mocha": "~1.13.0",
"should": "~2.0.1",
"xml2js": "~0.2.8"
},
"engines": {
"node" : ">=0.8.0",
"npm" : ">=1.1.6"
},
"scripts": {
"start": "node app.js",
"test": "make test"
},
"keywords": [
"weixin",
"webot",
"wechat"
],
"description": "weixin-robot 模块示例",
"repository": "https://github.com/node-webot/webot-example.git",
"author": "Jesse Yang <[email protected]>",
"contributors": [
"Jesse Yang <[email protected]> (http://github.com/ktmud)",
"TZ <[email protected]> (http://atian25.iteye.com/)"
],
"license": "MIT"
}