-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.39 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
48
49
50
51
52
53
{
"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 <[email protected]> (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"
}