-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 846 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
{
"name": "training-fundamentals-for-developers",
"version": "0.0.1",
"description": "Repository to be used with Cloudinary's Training Fundamentals for Developers course.",
"main": "index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/CloudinaryLtd/training-fundamentals-for-developers.git"
},
"type": "module",
"author": "Cloudinary",
"license": "MIT",
"bugs": {
"url": "https://github.com/CloudinaryLtd/training-fundamentals-for-developers/issues"
},
"homepage": "https://github.com/CloudinaryLtd/training-fundamentals-for-developers#readme",
"dependencies": {
"@cloudinary/media-editing": "^0.1.2-beta",
"@cloudinary/url-builder": "^0.1.0-beta",
"cloudinary": "^1.22.0",
"dotenv": "^7.0.0",
"http-server": "^0.12.3",
"minimist": "^1.2.3"
}
}