UNPKG

958 BJSONView Raw
1{
2 "name": "heroku-redis",
3 "description": "Heroku plugin to manage Heroku Redis",
4 "version": "1.3.0",
5 "author": "Heroku",
6 "bugs": {
7 "url": "https://github.com/heroku/heroku-redis-jsplugin/issues"
8 },
9 "dependencies": {
10 "co": "^4.6.0",
11 "heroku-cli-util": "^6.1.17",
12 "heroku-client": "^2.4.0",
13 "ioredis": "1.9.0",
14 "ssh2": "^0.4.11"
15 },
16 "devDependencies": {
17 "chai": "^3.5.0",
18 "chai-as-promised": "^6.0.0",
19 "lolex": "^1.5.2",
20 "mocha": "^3.2.0",
21 "nock": "^9.0.4",
22 "nyc": "^10.1.2",
23 "proxyquire": "^1.7.11",
24 "sinon": "^1.17.7",
25 "snazzy": "^6.0.0",
26 "standard": "^8.6.0"
27 },
28 "files": [
29 "index.js",
30 "lib",
31 "commands"
32 ],
33 "keywords": [
34 "heroku-plugin"
35 ],
36 "license": "ISC",
37 "main": "index.js",
38 "repository": {
39 "type": "git",
40 "url": "https://github.com/heroku/heroku-redis-jsplugin"
41 },
42 "scripts": {
43 "test": "nyc mocha && standard | snazzy"
44 }
45}