-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "ember-deploy-redis",
"version": "0.0.7",
"description": "ember-cli-deploy index-adapter for redis",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"start": "ember server",
"build": "ember build",
"test": "./node_modules/mocha/bin/mocha node_tests/**/*-test.js"
},
"repository": "https://github.com/LevelbossMike/ember-deploy-redis",
"engines": {
"node": ">= 0.10.0"
},
"author": "",
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.0.2",
"chai": "^2.3.0",
"chai-as-promised": "^5.0.0",
"ember-cli": "0.2.5",
"github": "^0.2.4",
"mocha": "^2.2.5"
},
"keywords": [
"ember-addon",
"ember-cli-deploy",
"ember-cli-deploy-index-adapter"
],
"dependencies": {
"chalk": "^1.0.0",
"core-object": "1.1.0",
"ember-cli-babel": "^5.0.0",
"redis": "^0.12.1",
"rsvp": "^3.0.18",
"silent-error": "^1.0.0",
"then-redis": "^1.3.0",
"tunnel-ssh": "^1.0.1",
"untildify": "^2.0.0"
},
"ember-addon": {
"configPath": "tests/dummy/config"
}
}