-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.55 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.55 KB
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
54
55
{
"name": "raygun4js",
"main": "dist/raygun.umd.js",
"files": [
"dist/*"
],
"title": "Raygun4js",
"description": "Raygun.com plugin for JavaScript",
"version": "2.22.4",
"homepage": "https://github.com/MindscapeHQ/raygun4js",
"author": {
"name": "MindscapeHQ",
"email": "hello@raygun.com"
},
"repository": {
"type": "git",
"url": "https://github.com/MindscapeHQ/raygun4js.git"
},
"bugs": "https://github.com/MindscapeHQ/raygun4js/issues",
"license": "SEE LICENSE IN https://github.com/MindscapeHQ/raygun4js/blob/master/LICENSE",
"devDependencies": {
"@wdio/cli": "^6.1.8",
"@wdio/dot-reporter": "^6.1.5",
"@wdio/jasmine-framework": "^6.1.8",
"@wdio/local-runner": "^6.1.8",
"@wdio/selenium-standalone-service": "^6.0.16",
"@wdio/spec-reporter": "^6.1.5",
"@wdio/static-server-service": "^6.0.16",
"@wdio/sync": "^6.1.8",
"chromedriver": "^90.0.0",
"cross-env": "^7.0.2",
"grunt": "^1.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify": "^4.0.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-string-replace": "^1.3.1",
"jasmine": "^3.5.0",
"underscore": "^1.10.2",
"wdio-chromedriver-service": "^6.0.3"
},
"scripts": {
"test": "npm run jasmine && npm run wdio",
"jasmine": "jasmine --config=jasmine.json",
"wdio": "cross-env node_modules/.bin/wdio wdio.conf.js"
},
"dependencies": {},
"keywords": [
"error",
"tracking",
"raygun",
"clientside"
]
}