forked from dustin-H/multer-storage-pkgcloud
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.19 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
45
46
47
48
49
50
51
52
53
54
{
"name": "multer-storage-pkgcloud",
"version": "1.2.1",
"description": "A multer storage plugin to upload files into a from pkgcloud supported cloud object storage",
"main": "index.js",
"scripts": {
"test": "mocha",
"lint": "snazzy",
"travis": "npm run lint && npm test"
},
"repository": {
"type": "git",
"url": "https://github.com/dustin-H/multer-storage-pkgcloud.git"
},
"keywords": [
"multer",
"file upload",
"upload",
"cloud object storage",
"s3",
"openstack",
"nodejs",
"express",
"multipart"
],
"files": [
"LICENSE",
"index.js",
"README.md"
],
"author": "Dustin Hoffner",
"contributors": [
{
"name": "Loïc Mahieu"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dustin-H/multer-storage-pkgcloud/issues"
},
"homepage": "https://github.com/dustin-H/multer-storage-pkgcloud",
"devDependencies": {
"async": "^1.5.2",
"express": "^4.13.4",
"filesystem-storage-pkgcloud": "^1.1.2",
"lodash.ary": "^3.1.0",
"mkdirp": "^0.5.1",
"mocha": "^2.4.5",
"multer": "^1.1.0",
"pkgcloud": "^1.2.0-alpha.0",
"snazzy": "^2.0.1",
"supertest": "^1.1.0"
}
}