-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 961 Bytes
/
package.json
File metadata and controls
46 lines (46 loc) · 961 Bytes
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
{
"name": "mat-old",
"description": "mat兼容的老版本",
"version": "1.0.4",
"repository": {
"url": "https://github.com/matjs/mat"
},
"author": {
"name": "naij"
},
"engines": {
"node": ">=0.12.0"
},
"main": "index",
"bin": {
"mat-old": "bin/mat-old"
},
"dependencies": {
"chalk": "1.0.0",
"co": "^4.0.1",
"co-body": "5.1.1",
"co-request": "0.2.1",
"debug": "2.2.0",
"fs-extra": "^8.1.0",
"koa": "2.3.0",
"koa-compose": "2.3.0",
"koa-convert": "1.2.0",
"koa-send": "1.3.1",
"liftoff": "2.3.0",
"lodash": "3.2.0",
"minimist": "1.1.1",
"moment": "2.10.3",
"mz": "1.3.0",
"orchestrator": "0.3.7",
"qs": "6.5.1",
"safe-buffer": "^5.1.1",
"semver": "4.3.1",
"thunkify": "2.1.2",
"tildify": "1.0.0"
},
"licenses": "MIT",
"bugs": {
"url": "https://github.com/matjs/mat/issues"
},
"homepage": "https://github.com/matjs/mat"
}