forked from nodeWechat/wechat4u
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.12 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "wechat4u",
"version": "0.6.10",
"description": "web wechat lib for user",
"main": "lib/wechat.js",
"scripts": {
"example": "webpack --config=./example/webpack.config.js && cross-env DEBUG=wechat,wxbot,app babel-node ./example/app.js",
"compile": "babel src -d lib -s",
"prepublish": "npm run compile",
"lint": "eslint src example/lib example/routes example/app.js",
"clean": "rm -rf lib",
"unit": "mocha test/unit.js --compilers js:babel-core/register",
"test": "npm run lint && npm run unit",
"core": "cross-env DEBUG=wechat,core node run-core.js",
"start": "npm run example"
},
"dependencies": {
"assert": "^1.4.1",
"axios": "^0.15.3",
"babel-runtime": "^6.11.6",
"bl": "^1.1.2",
"cookie-manager": "0.0.16",
"debug": "^2.2.0",
"form-data": "^2.1.2",
"lodash": "^4.16.4",
"mime": "^1.3.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodeWechat/wechat4u.git"
},
"author": "nodeWechat",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodeWechat/wechat4u/issues"
},
"homepage": "https://github.com/nodeWechat/wechat4u#readme",
"devDependencies": {
"babel-cli": "^6.14.0",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-env": "^1.2.1",
"babel-preset-latest": "^6.16.0",
"babel-register": "^6.16.3",
"chai": "^3.5.0",
"cross-env": "^1.0.7",
"css-loader": "^0.23.0",
"eslint": "^3.12.0",
"eslint-config-standard": "^5.3.1",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"express": "^4.13.4",
"file-loader": "^0.9.0",
"jade": "^1.11.0",
"json-loader": "^0.5.4",
"mocha": "^2.4.5",
"nock": "^8.0.0",
"qrcode-terminal": "^0.11.0",
"replay": "^2.0.6",
"request": "^2.79.0",
"stylus": "^0.54.5",
"stylus-loader": "^2.1.0",
"url-loader": "^0.5.7",
"vue": "^1.0.16",
"vue-hot-reload-api": "^1.2.0",
"vue-html-loader": "^1.0.0",
"vue-loader": "^8.0.0",
"vue-router": "^0.7.11",
"vue-strap": "^1.0.7",
"vue-style-loader": "^1.0.0",
"webpack": "^1.12.2"
}
}