-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
72 lines (72 loc) · 1.7 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
{
"name": "wetop",
"version": "0.1.0",
"description": "Desktop Application for node-weixin",
"homepage": "www.node-weixin.com",
"author": {
"name": "node-weixin",
"email": "[email protected]",
"url": "blog.3gcnbeta.com"
},
"files": [
"lib",
"lib/frontend/images",
"bower_components",
"node_modules"
],
"main": "lib/index.js",
"keywords": [
"node-weixin",
"electron",
"gui",
"desktop"
],
"devDependencies": {
"babel-core": "^5.5.0",
"babel-eslint": "^4.1.8",
"del": "^2.0.2",
"electron-packager": "^7.6.0",
"electron-prebuilt": "^1.3.1",
"errorable": "^0.4.0",
"errorable-common": "^0.1.0",
"eslint": "^2.1.0",
"eslint-config-xo-space": "^0.13.0",
"eslint-plugin-babel": "^3.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-coveralls": "^0.1.0",
"gulp-eslint": "^2.0.0",
"gulp-exclude-gitignore": "^1.0.0",
"gulp-istanbul": "^0.10.3",
"gulp-line-ending-corrector": "^1.0.1",
"gulp-mocha": "^2.0.0",
"gulp-nsp": "^2.1.0",
"gulp-plumber": "^1.0.0",
"gulp-sass": "^2.3.2",
"isparta": "^3.0.3"
},
"eslintConfig": {
"extends": "xo-space",
"env": {
"mocha": true
}
},
"repository": "node-weixin/node-weixin-desktop",
"scripts": {
"prepublish": "gulp prepublish",
"test": "gulp"
},
"license": "Apache-2.0",
"dependencies": {
"bluebird": "^3.4.1",
"express": "^4.14.0",
"express-session": "^1.14.0",
"node-form-validator": "^1.1.0",
"node-notifier": "^4.6.0",
"node-weixin-api": "^0.5.1",
"node-weixin-express": "^0.3.8",
"node-weixin-settings": "^0.2.1",
"sails-disk": "^0.10.10",
"validator": "^5.5.0"
}
}