-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.03 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
{
"name": "ember-cli-deploy-ftps",
"version": "1.0.0",
"description": "FTP deploy with TLS!",
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
],
"license": "MIT",
"author": "Nikodem Jaworski <nikodemjaworski@gmail.com>",
"repository": "https://github.com/medokin/ember-cli-deploy-ftps",
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "./node_modules/.bin/eslint index.js lib/* tests/**/*.js && node ./node_modules/mocha/bin/mocha tests/unit/index-nodetest.js"
},
"dependencies": {
"basic-ftp": "^2.8.0",
"ember-cli-babel": "^6.6.0",
"ember-cli-deploy-plugin": "^0.2.9"
},
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"ember-cli": "~2.18.1",
"eslint": "^4.16.0",
"eslint-plugin-mocha": "^4.11.0",
"eslint-plugin-node": "^5.2.1",
"loader.js": "^4.2.3",
"mocha": "^5.0.0"
},
"engines": {
"node": ">= 7.6"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}