-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.05 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
{
"name": "ember-cli-deploy-brotli",
"version": "0.4.0",
"description": "Brotli compression support for ember-cli-deploy",
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
],
"license": "MIT",
"author": "Martin Feckie",
"directories": {
"test": "tests"
},
"repository": "https://github.com/mfeckie/ember-cli-deploy-brotli",
"scripts": {
"test": "eslint . && node tests/runner.js"
},
"dependencies": {
"chalk": "2.3.0",
"core-object": "3.1.5",
"ember-cli-babel": "^7.21.0",
"ember-cli-deploy-plugin": "^0.2.6",
"minimatch": "^3.0.4",
"rsvp": "4.7.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"chai": "4.1.2",
"chai-as-promised": "7.1.1",
"ember-cli": "^3.19.0",
"eslint": "^7.1.0",
"eslint-plugin-node": "^11.1.0",
"glob": "7.1.2",
"mocha": "4.0.1",
"multiline": "^1.0.2",
"rimraf": "2.6.2"
},
"engines": {
"node": "10.* || >= 12"
},
"ember": {
"edition": "octane"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}