-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.15 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "ember-cli-s3-sync",
"version": "0.0.8",
"private": false,
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"test": "node tests/runner"
},
"repository": {
"type": "git",
"url": "https://github.com/Vestorly/ember-cli-s3-sync"
},
"engines": {
"node": ">= 0.10.28"
},
"author": "",
"license": "MIT",
"devDependencies": {
"chai": "^1.10.0",
"chai-as-promised": "^4.1.1",
"glob": "^4.3.5",
"mocha": "2.1.0",
"strip-ansi": "2.0.1",
"through": "^2.3.6"
},
"keywords": [
"ember-addon",
"s3",
"deploy",
"ember"
],
"ember-addon": {
"configPath": "tests/dummy/config"
},
"config": {
"promptCredFile": false,
"options": {
"region": "us-east-1",
"maxRetries": 2,
"sslEnabled": true,
"params": {}
}
},
"dependencies": {
"async": "0.9.0",
"aws-sdk": "2.0.19",
"chalk": "0.5.1",
"core-object": "0.0.2",
"dargs": "2.1.0",
"extend": "2.0.0",
"mime": "1.2.11",
"readdirp": "1.1.0",
"requiring": "0.0.3",
"rsvp": "3.0.14",
"shell-escape": "^0.2.0",
"sync-exec": "0.4.0"
}
}