forked from parse-community/parse-server-s3-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 988 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
35
36
37
{
"name": "@parse/s3-files-adapter",
"version": "1.2.1",
"description": "AWS S3 adapter for parse-server",
"main": "index.js",
"scripts": {
"pretest": "npm run lint",
"test": "NODE_ENV=test NODE_CONFIG_DIR=./spec/config istanbul cover -x **/spec/** jasmine --captureExceptions",
"lint": "eslint --cache ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/parse-community/parse-server-s3-adapter.git"
},
"keywords": [
"parse-server",
"AWS",
"S3"
],
"author": "Parse",
"license": "ISC",
"bugs": {
"url": "https://github.com/parse-community/parse-server-s3-adapter/issues"
},
"homepage": "https://github.com/parse-community/parse-server-s3-adapter#readme",
"dependencies": {
"aws-sdk": "^2.59.0"
},
"devDependencies": {
"codecov": "^3.0.0",
"config": "^1.24.0",
"eslint": "^4.1.0",
"istanbul": "^0.4.2",
"jasmine": "^2.4.1",
"parse-server-conformance-tests": "^1.0.0"
}
}