UNPKG

adonis-pusher

Version:
33 lines (32 loc) 720 B
{ "name": "adonis-pusher", "version": "1.0.4", "description": "Pusher provider for AdonisJs", "main": "index.js", "scripts": { "lint": "standard", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Perafan18/adonis-pusher.git" }, "keywords": [ "Pusher", "Adonis", "AdonisJS", "adonis", "pusher", "provider" ], "author": "Pedro Perafán Carrasco", "license": "MIT", "bugs": { "url": "https://github.com/Perafan18/adonis-pusher/issues" }, "homepage": "https://github.com/Perafan18/adonis-pusher#readme", "dependencies": { "pusher": "^2.2.0", "standard": "^12.0.1" } }