-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 730 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 730 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-rsync2",
"version": "0.1.1",
"description": "Deploy Ember app using rsync, with support for revision list, activate, etc...",
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin",
"ssh",
"rsync"
],
"license": "MIT",
"author": "Huafu Gandon <huafu.gandon@gmail.com>",
"directories": {
"doc": "doc",
"test": "tests"
},
"repository": "https://github.com/huafu/ember-cli-deploy-rsync2.git",
"dependencies": {
"ember-cli-deploy-plugin": "^0.2.9",
"fullname": "^3.2.0",
"rsync": "^0.6.0",
"tmp": "0.0.31",
"username": "^2.2.2"
},
"engines": {
"node": ">= 0.12.0"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}