UNPKG

voxa-opearlo

Version:

Integrate Opearlo analytics into your Alexa apps using the voxa framework

54 lines (53 loc) 1.42 kB
{ "name": "voxa-opearlo", "version": "0.2.4", "description": "Integrate Opearlo analytics into your Alexa apps using the voxa framework", "main": "index.js", "scripts": { "test": "istanbul cover _mocha -- --recursive tests", "test-ci": "JUNIT_REPORT_PATH=junit.xml istanbul cover _mocha -- --recursive --colors --reporter mocha-jenkins-reporter tests", "cobertura": "istanbul report cobertura --root coverage", "lint": "eslint lib test" }, "repository": { "type": "git", "url": "git+https://github.com/mediarain/voxa-opearlo.git" }, "keywords": [ "alexa", "skills", "apps", "framework", "echo", "amazon", "voxa", "analytics", "opearlo" ], "author": "Rain Agency <npm@rain.agency> (http://rain.agency)", "engines": { "node": ">=4.3.2 <=6.10" }, "license": "MIT", "dependencies": { "bluebird": "^3.4.1", "debug": "^2.6.0", "lodash": "^4.13.1", "opearlo-analytics": "^0.1.9" }, "devDependencies": { "chai": "^3.5.0", "eslint": "3.15.0", "eslint-config-airbnb-base": "11.1.0", "eslint-plugin-import": "2.2.0", "istanbul": "^0.4.5", "mocha": "3.2.0", "mocha-jenkins-reporter": "0.3.7", "simple-mock": "^0.7.3", "voxa": "^2.0.0" }, "bugs": { "url": "https://github.com/mediarain/voxa-opearlo/issues" }, "homepage": "https://github.com/mediarain/voxa-opearlo#readme" }