This repository has been archived by the owner on Dec 20, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
82 lines (82 loc) · 1.79 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
74
75
76
77
78
79
80
81
82
{
"name": "avoscloud-code",
"version": "1.4.0",
"main": "./bin/lean",
"description": "LeanCloud Command Line Tool",
"repository": {
"type": "git",
"url": "git@github.com:avoscloud/avoscloud-code-command.git"
},
"keywords": [
"cloud",
"BaaS",
"avos",
"avoscloud",
"web-service",
"leancloud"
],
"bugs": {
"url": "https://github.com/avoscloud/avoscloud-code-command/issues"
},
"dependencies": {
"adm-zip": "0.4.7",
"archiver": "0.13.0",
"async": "0.9.0",
"avoscloud-sdk": "1.0.0-rc9.1",
"buffer-crc32": "0.2.1",
"cli-color": "0.3.2",
"cli-table": "0.3.1",
"commander": "2.9.0",
"connect": "2.8.8",
"cookie-signature": "1.0.1",
"cron": "1.1.0",
"debug": "0.7.4",
"ejs": "0.8.4",
"eventsource": "0.2.1",
"express": "3.4.0",
"express-ejs-layouts": "0.3.1",
"fstream": "0.1.25",
"iconv-lite": "0.2.11",
"jade": "0.26.0",
"mailgun": "0.4.2",
"mandrill": "0.1.0",
"mime": "1.2.11",
"moment": "2.7.0",
"moment-timezone": "0.0.6",
"node-qiniu": "6.1.6",
"nodemon": "1.3.7",
"promptly": "0.2.0",
"q": "1.4.1",
"qiniu": "6.1.5",
"qs": "0.6.5",
"request": "2.45.0",
"semver": "5.1.0",
"sendgrid": "1.0.5",
"sprintf-js": "0.0.7",
"stripe": "2.5.0",
"tar": "0.1.19",
"text-table": "0.2.0",
"underscore": "1.8.2",
"underscore.string": "2.3.3",
"weibo": "0.6.9",
"xml2js": "0.4.4"
},
"bin": {
"avoscloud": "./bin/avoscloud",
"lean": "./bin/lean"
},
"engines": [
"node >= 0.12.0"
],
"devDependencies": {
"expect.js": "0.2.0",
"mocha": "1.9.0",
"shelljs": "0.5.3",
"should": "8.2.1"
},
"author": {
"name": "dennis zhuang",
"email": "xzhuang@avos.com"
},
"license": "LGPL"
}