forked from parse-community/parse-server-s3-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 875 Bytes
/
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
{
"name": "parse-server-s3-adapter",
"version": "1.0.5",
"description": "AWS S3 adapter for parse-server",
"main": "index.js",
"scripts": {
"test": "istanbul cover -x **/spec/** jasmine --captureExceptions"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parse-server-modules/parse-server-s3-adapter.git"
},
"keywords": [
"parse-server",
"AWS",
"S3"
],
"author": "Parse",
"license": "ISC",
"bugs": {
"url": "https://github.com/parse-server-modules/parse-server-s3-adapter/issues"
},
"homepage": "https://github.com/parse-server-modules/parse-server-s3-adapter#readme",
"dependencies": {
"aws-sdk": "^2.2.46"
},
"devDependencies": {
"codecov": "^1.0.1",
"istanbul": "^0.4.2",
"jasmine": "^2.4.1",
"parse-server-conformance-tests": "^1.0.0",
"mime-types": "^2.1.12"
}
}