forked from willhuang85/skipper-gridfs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 934 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": "skipper-gridfs",
"version": "0.5.3",
"description": "A skipper adapter to allow uploading files to MongoDB's GridFS",
"main": "index.js",
"scripts": {
"test": "node -e \"require('skipper-adapter-tests')({module: require('./'), uri: process.env.URI});\""
},
"repository": {
"type": "git",
"url": "https://github.com/willhuang85/skipper-gridfs.git"
},
"keywords": [
"skipper",
"gridfs",
"skipper-gridfs",
"mongodb",
"upload"
],
"author": "Will Huang <willhuang85@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/willhuang85/skipper-gridfs/issues"
},
"homepage": "https://github.com/willhuang85/skipper-gridfs",
"devDependencies": {
"skipper-adapter-tests": "~1.5.3"
},
"dependencies": {
"concat-stream": "~1.4.6",
"gridfs-stream": "~1.1.0",
"lodash": "~2.4.1",
"mongodb": "~2.0",
"mongodb-uri": "~0.9.7"
}
}