forked from Kerry350/ember-deploy-s3-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 720 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 720 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
32
{
"name": "ember-deploy-s3-index",
"version": "0.4.0",
"description": "ember-deploy index-adapter for Amazon S3",
"scripts": {
"test": "node node_tests/runner.js"
},
"keywords": [
"ember-addon"
],
"author": "Kerry Gallagher",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Kerry350/ember-deploy-s3-index.git"
},
"devDependencies": {
"chai": "^2.2.0",
"chai-as-promised": "^5.0.0",
"ember-cli": "^0.1.15",
"glob": "^4.4.2",
"mocha": "^2.1.0",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
},
"dependencies": {
"aws-sdk": "^2.1.10",
"chalk": "^0.5.1",
"core-object": "^1.1.0",
"silent-error": "^1.0.0"
}
}