-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 928 Bytes
/
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
{
"name": "ember-cli-deploy-fastboot-app-server-aws",
"version": "0.0.4",
"description": "An ember-cli-deploy plugin to deploy fastboot apps to aws",
"keywords": [
"ember-addon",
"ember-cli-deploy-plugin"
],
"repository": {
"type": "git",
"url": "https://github.com/ember-cli-deploy/ember-cli-deploy-fastboot-app-server-aws"
},
"license": "MIT",
"author": "",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "node tests/runner.js && ./node_modules/.bin/eslint index.js lib/* tests/**/*-test.js"
},
"devDependencies": {
"chai": "^4.0.2",
"chai-as-promised": "^6.0.0",
"ember-cli": "2.13.3",
"eslint": "^4.1.1",
"glob": "^7.1.2",
"mocha": "^3.4.2"
},
"engines": {
"node": ">= 4"
},
"ember-addon": {},
"dependencies": {
"aws-sdk": "^2.80.0",
"ember-cli-deploy-plugin": "^0.2.9",
"rsvp": "^3.6.1"
}
}