-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.07 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.07 KB
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
{
"name": "ember-cli-deploy-ssh2",
"version": "0.0.7",
"description": "An ember-cli-deploy plugin to upload activate and list versioned application file/s using ssh.",
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
],
"license": "MIT",
"author": "Aaron Renoir",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "https://github.com/arenoir/ember-cli-deploy-ssh2",
"scripts": {
"test": "node tests/runner.js"
},
"dependencies": {
"broccoli-asset-rewrite": "^1.0.12",
"chalk": "^1.1.3",
"core-object": "^1.1.0",
"ember-cli-deploy-plugin": "^0.2.9",
"lodash": "^4.17.15",
"rsvp": "^4.8.5",
"ssh2": "~0.8.9",
"untildify": "^4.0.0",
"username": "^5.1.0"
},
"devDependencies": {
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"ember-cli": "^3.16.0",
"glob": "^7.1.6",
"mocha": "^6.2.3",
"mocha-jshint": "^2.3.1",
"multiline": "^1.0.2"
},
"engines": {
"node": "6.* || 8.* || >= 10.*"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}