-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 834 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 834 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
25
26
27
28
29
30
31
32
33
34
35
{
"name": "ember-cli-deploy-cloudinary",
"version": "0.1.1",
"description": "An ember-cli-deploy plugin. Upload assets to Cloudinary.",
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
],
"repository": "https://github.com/unionups/ember-cli-deploy-cloudinary.git",
"license": "MIT",
"author": "Sergey Nikolaev TheSoulsOfTheDevil team",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
},
"devDependencies": {
"cloudinary": "^1.19.0",
"ember-cli-babel": "^7.13.0",
"ember-cli-deploy-plugin": "^0.2.9",
"node-fetch": "^2.6.0",
"snakecase-keys": "^3.1.2"
},
"engines": {
"node": "8.* || >= 10.*"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"before": "ember-cli-deploy-redis"
}
}