-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.03 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
{
"name": "gridfs-s3-http",
"version": "0.0.2",
"description": "GridFS HTTP frontend compatible with Amazon S3 API",
"main": "build/index.js",
"scripts": {
"test": "npm test",
"build": "babel src -d build",
"postinstall": "npm run build"
},
"keywords": [
"gridfs",
"http",
"frontend",
"amazon",
"s3"
],
"author": "Antoine Gomez",
"license": "ISC",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-async-to-generator": "~6.16.0",
"babel-plugin-transform-es2015-modules-commonjs": "~6.18.0"
},
"dependencies": {
"config": "~1.24.0",
"fnv-plus": "~1.2.12",
"gridfs-locking-stream": "~1.1.1",
"http-errors": "~1.5.1",
"js-yaml": "~3.7.0",
"koa": "~2.0.0-alpha.7",
"koa-better-body": "~3.0.2",
"koa-bunyan-logger": "~1.3.0",
"koa-convert": "~1.2.0",
"koa-router": "~6.0.0",
"lodash": "~4.17.2",
"media-typer": "~0.3.0",
"mongodb": "~2.2.12",
"raw-body": "~2.1.7"
},
"engines": {
"node": ">=4.0.0"
}
}