-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 828 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
{
"name": "mp-weixin",
"version": "0.1.0",
"description": "view mp-weixin article.",
"homepage": "https://github.com/leoner/mp-weixin",
"keywords": [
"weixin",
"mp"
],
"author": "kangpangpang <kangpangpang@gmail.com>",
"engines": {
"node": ">= 0.8.23"
},
"dependencies": {
"async": "~0.2.7",
"express": "~3.1.0",
"when": "~2.0.1",
"cron": "~1.0.1",
"request": "~2.21.0",
"underscore": "~1.4.4",
"ini": "~1.1.0",
"consolidate": "~0.9.1",
"swig": "0.12.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.3.0"
},
"repository": {
"type": "git",
"url": "git@github.com:leoner/mp-weixin.git"
},
"preferGlobal": false
}