forked from kategengler/ember-cli-deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "ember-cli-deploy",
"version": "0.0.3",
"description": "An Ember-CLI addon for lightening fast deployment of applications",
"homepage": "https://github.com/achambers/ember-cli-deploy",
"repository": {
"type": "git",
"url": "[email protected]:achambers/ember-cli-deploy.git"
},
"main": "index.js",
"author": "Aaron Chambers",
"license": "MIT",
"keywords": [
"ember-addon"
],
"bugs": {
"url": "https://github.com/achambers/ember-cli-deploy/issues"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha --timeout 8000 --reporter spec tests/**/*-test.js tests/**/*/*-test.js tests/**/*/*/*-test.js"
},
"dependencies": {
"aws-sdk": "^2.0.17",
"chalk": "^0.5.1",
"mime": "^1.2.11",
"node-env-file": "^0.1.3",
"nopt": "^3.0.1",
"redis": "^0.12.1",
"rsvp": "^3.0.13",
"execSync": "~1.0.2"
},
"devDependencies": {
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"glob": "^4.0.5",
"mocha": "^1.21.4",
"proxyquire": "^1.0.1"
},
"directories": {
"test": "tests"
}
}