forked from ali-sdk/ali-ons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.58 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
{
"name": "ali-ons",
"version": "3.2.1",
"description": "Aliyun Open Notification Service Client",
"main": "lib/index.js",
"files": [
"lib"
],
"scripts": {
"autod": "autod",
"pkgfiles": "egg-bin pkgfiles --check",
"lint": "eslint . --ext .js",
"test": "npm run lint && npm run test-local",
"test-local": "egg-bin test",
"cov": "TEST_TIMEOUT=60000 egg-bin cov",
"ci": "npm run autod -- --check && npm run pkgfiles && npm run lint && npm run cov",
"contributors": "contributors -f plain -o AUTHORS"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ali-sdk/ali-ons.git"
},
"keywords": [
"ons",
"aliyun",
"ali-sdk"
],
"author": "gxcsoccer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ali-sdk/ali-ons/issues"
},
"homepage": "https://github.com/ali-sdk/ali-ons#readme",
"dependencies": {
"JSON2": "^0.1.0",
"address": "^1.0.3",
"binary-search-insert": "^1.0.3",
"byte": "^1.4.0",
"bytes": "^3.0.0",
"chalk": "^2.3.2",
"debug": "^3.1.0",
"egg-logger": "^1.6.1",
"is-type-of": "^1.2.0",
"long": "^4.0.0",
"mkdirp": "^0.5.1",
"mz-modules": "^2.1.0",
"osenv": "^0.1.5",
"p-gather": "^1.0.1",
"sdk-base": "^3.4.0",
"tcp-base": "^3.1.0",
"utility": "^1.13.1"
},
"devDependencies": {
"autod": "^3.0.1",
"contributors": "^0.5.1",
"egg-bin": "^4.4.1",
"eslint": "^4.19.1",
"eslint-config-egg": "^7.0.0",
"mm": "^2.2.0",
"urllib": "^2.27.0"
},
"engines": {
"node": ">= 8.0.0"
}
}