-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 962 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 962 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
{
"name": "ember-cli-deploy-lightning-cloudinary-pack",
"version": "0.1.1",
"description": "An ember-cli-deploy plugin pack to implement a 'lightning' deployment pattern ( with Cloudinary CDN )",
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin-pack"
],
"repository": "https://github.com/unionups/ember-cli-deploy-lightning-cloudinary-pack.git",
"license": "MIT",
"author": "Sergey Nikolaev TheSoulsOfTheDevil team",
"scripts": {},
"dependencies": {
"ember-cli-deploy-build": "^2.0.0",
"ember-cli-deploy-cloudinary": "^0.1.1",
"ember-cli-deploy-display-revisions": "^1.0.1",
"ember-cli-deploy-manifest": "^1.1.0",
"ember-cli-deploy-plugin": "^0.2.9",
"ember-cli-deploy-redis": "^1.0.3",
"ember-cli-deploy-revision-data": "^1.0.0"
},
"engines": {
"node": "8.* || >= 10.*"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"defaultBlueprint": "lightning-deploy-config"
}
}