-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 971 Bytes
/
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
{
"name": "perfecto-reporting",
"version": "2.5.4",
"description": "Perfecto reporting SDK",
"main": "index.js",
"scripts": {
"test": "node --harmony test/perfecto-spec.js",
"lint": "node node_modules/eslint/bin/eslint.js --max-warnings 0 ."
},
"repository": {
"type": "git",
"url": "[email protected]:PerfectoCode/reporting-node-sdk.git"
},
"keywords": [
"perfecto",
"perfectomobile",
"digital",
"quality",
"reporting"
],
"author": "Perfecto <[email protected]> (https://www.perfectomobile.com/)",
"license": "SEE LICENSE IN <LICENSE.txt>",
"bugs": {
"url": "https://github.com/PerfectoCode/reporting-node-sdk/issues"
},
"dependencies": {},
"devDependencies": {
"eslint": "5.16.0",
"eslint-config-airbnb": "16.1.0",
"eslint-plugin-jsx-a11y": "6.1.1",
"eslint-plugin-react": "7.5.1",
"eslint-plugin-import": "2.8.0",
"selenium-webdriver": "4.0.0-alpha.1"
}
}