-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
36 lines (36 loc) · 1000 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
{
"name": "@koopjs/filesystem-s3",
"version": "1.2.5",
"description": "An AWS S3-backed filesystem plugin for Koop",
"main": "dist/index.js",
"scripts": {
"test": "standard src/ && NODE_ENV=test tape test/*.js | tap-spec",
"compile": "buble -i src -o dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/koopjs/koop-filesystem-s3.git"
},
"keywords": ["koop", "s3", "aws", "fs", "files"],
"author": "Daniel Fenton <dfenton@esri.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/koopjs/koop-filesystem-s3/issues"
},
"homepage": "https://github.com/koopjs/koop-filesystem-s3#readme",
"devDependencies": {
"buble": "^0.19.0",
"nock": "^10.0.0",
"standard": "^11.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.5.1",
"xml2js": "^0.4.16"
},
"dependencies": {
"config": "^2.0.0",
"gunzip-maybe": "^1.3.1",
"highland": "^3.0.0-beta.1",
"request": "^2.70.0",
"s3fs": "^2.4.5"
}
}