UNPKG

feathers-mailgun

Version:
71 lines (70 loc) 2.17 kB
{ "name": "feathers-mailgun", "description": "Feathers Mailgun Service", "version": "0.1.2", "homepage": "https://github.com/feathersjs/feathers-mailgun", "repository": { "type": "git", "url": "https://github.com/feathersjs/feathers-mailgun.git" }, "bugs": { "url": "https://github.com/feathersjs/feathers-mailgun/issues" }, "license": "MIT", "keywords": [ "feathers", "feathers-plugin", "REST", "Socket.io", "realtime", "mailgun", "service" ], "author": "Feathers <hello@feathersjs.com> (http://feathersjs.com)", "contributors": [ "Cory Smith <cory.m.smith@gmail.com> (https://github.com/corymsmith)", "Marshall Thompson <marshall@creativeideal.net> (https://github.com/marshallswain)", "Eric Kryski <e.kryski@gmail.com> (http://erickryski.com)", "David Luecke <daff@neyeon.de> (http://neyeon.com)" ], "main": "lib/", "scripts": { "prepublish": "npm run compile", "publish": "git push origin && git push origin --tags", "release:patch": "npm version patch && npm publish", "release:minor": "npm version minor && npm publish", "release:major": "npm version major && npm publish", "compile": "rm -rf lib/ && babel -d lib/ src/", "watch": "babel --watch -d lib/ src/", "jshint": "jshint src/. test/. --config", "mocha": "mocha test/ --compilers js:babel-core/register", "test": "rm -rf db-data && npm run compile && npm run jshint && npm run mocha && nsp check", "start": "node example/app" }, "engines": { "node": ">=0.10.0", "npm": ">=1.4.0" }, "dependencies": { "babel-polyfill": "^6.3.14", "feathers-errors": "^2.0.1", "mailgun-js": "^0.7.7" }, "devDependencies": { "async": "^1.3.0", "babel-cli": "^6.3.17", "babel-core": "^6.3.26", "babel-plugin-add-module-exports": "^0.1.2", "babel-preset-es2015": "^6.3.13", "body-parser": "^1.13.2", "chai": "^3.0.0", "feathers": "^2.0.0-pre.4", "feathers-rest": "^1.1.1", "feathers-socketio": "^1.3.3", "jshint": "^2.8.0", "mocha": "^2.2.5", "nsp": "^2.2.0", "sinon": "^1.17.3", "sinon-chai": "^2.8.0" } }