-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 692 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "cld-signed-upload",
"version": "1.0.0",
"description": "Demonstration of a signed upload from the browser, using a server to create the signature.",
"main": "./signed-uploads/server/public/index.html",
"repository": {
"type": "git",
"url": "git+https://github.com/carlevison/cld-signed-upload"
},
"scripts": {
"start": "node signed-uploads/app.js"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/carlevison/cld-signed-upload/issues"
},
"homepage": "https://github.com/carlevison/cld-signed-upload#readme",
"dependencies": {
"cloudinary": "^1.21.0",
"express": "~4.16.1",
"http-errors": "~1.6.3"
}
}