-
Notifications
You must be signed in to change notification settings - Fork 192
/
package.json
62 lines (62 loc) · 1.75 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
{
"name": "aliyun-sdk",
"description": "Aliyun SDK for JavaScript",
"version": "1.12.10",
"author": {
"name": "chylvina",
"email": "[email protected]"
},
"homepage": "https://github.com/aliyun-UED/aliyun-sdk-js.git",
"contributors": [],
"devDependencies": {
"coffee-script": "1.6.3",
"coffeeify": "",
"cucumber": "^5.1.0",
"jasmine-node": "^3.0.0",
"jshint": "^2.10.2",
"mocha": "^6.2.0",
"repl.history": "",
"semver": "^6.3.0",
"should": "~4.6.3"
},
"dependencies": {
"node_memcached": "1.1.3",
"pomelo-protobuf": "^0.4.0",
"protobufjs": ">=5.0.3",
"xml2js": "0.4.4",
"xmlbuilder": "^13.0.2"
},
"main": "index.js",
"browser": {
"./lib/util.js": "./lib/util-browser.js",
"cdn-2014-11-11.json": "./apis/cdn-2014-11-11.json",
"ecs-2014-05-26.json": "./apis/ecs-2014-05-26.json",
"opensearch-2015-01-01.json": "./apis/opensearch-2015-01-01.json",
"batchcompute-2015-06-30.json": "./apis/batchcompute-2015-06-30.json",
"batchcompute-2015-11-11.json": "./apis/batchcompute-2015-11-11.json",
"oss-2013-10-15.json": "./apis/oss-2013-10-15.json",
"rds-2014-08-15.json": "./apis/rds-2014-08-15.json",
"slb-2014-05-15.json": "./apis/slb-2014-05-15.json",
"sls-2014-11-18.json": "./apis/sls-2014-11-18.json",
"sts-2015-04-01.json": "./apis/sts-2015-04-01.json",
"ram-2015-05-01.json": "./apis/ram-2015-05-01.json"
},
"directories": {
"lib": "lib"
},
"engines": {
"node": ">= 0.6.0"
},
"repository": {
"type": "git",
"url": "[email protected]:aliyun-UED/aliyun-sdk-js.git"
},
"bugs": {
"url": "https://github.com/aliyun-UED/aliyun-sdk-js/issues",
"mail": ""
},
"keywords": [],
"scripts": {
"test": "mocha test"
}
}