-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "mos-mss",
"version": "1.1.4",
"description": "mtyun MSS(Meituan Storage Service) sdk for Node.js",
"main": "src/index.js",
"files": [
"src",
"sample"
],
"scripts": {
"test": "./node_modules/.bin/mocha --recursive test",
"test-cover": "./node_modules/.bin/istanbul cover _mocha",
"lint": "npm run lint-src && npm run lint-test && npm run lint-sample",
"lint-src": "./node_modules/.bin/eslint src --fix",
"lint-test": "./node_modules/.bin/eslint test --fix",
"lint-sample": "./node_modules/.bin/eslint sample --fix"
},
"repository": {
"type": "git",
"url": "[email protected]:Meituan-Dianping/mos-mss.git"
},
"keywords": [
"s3",
"sdk",
"api",
"oss",
"mss",
"mos",
"meituan"
],
"author": "Meituan Storage Service",
"bugs": {
"url": "https://github.com/Meituan-Dianping/mos-mss/issues"
},
"homepage": "https://github.com/Meituan-Dianping/mos-mss",
"dependencies": {
"content-type": "^1.0.4",
"merge-descriptors": "^1.0.1",
"mime": "^2.0.3",
"url": "^0.11.0",
"xml2js": "^0.4.19"
},
"devDependencies": {
"istanbul": "^0.4.5",
"eslint": "^4.12.1",
"mocha": "^4.0.1"
},
"license": "MIT"
}