UNPKG

raygun4js

Version:
52 lines (51 loc) 1.46 kB
{ "name": "raygun4js", "main": "dist/raygun.umd.js", "title": "Raygun4js", "description": "Raygun.io plugin for JavaScript", "version": "2.12.0", "homepage": "https://github.com/MindscapeHQ/raygun4js", "author": { "name": "MindscapeHQ", "email": "hello@raygun.io" }, "repository": { "type": "git", "url": "https://github.com/MindscapeHQ/raygun4js.git" }, "bugs": "https://github.com/MindscapeHQ/raygun4js/issues", "licenses": [ { "type": "MIT", "url": "https://github.com/MindscapeHQ/raygun4js/blob/master/LICENSE" } ], "types": "typescript/index.d.ts", "devDependencies": { "grunt": "^1.0.1", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-concat": "^1.0.1", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-uglify": "^1.0.1", "grunt-contrib-watch": "^1.0.0", "grunt-string-replace": "^1.2.0", "grunt-webdriver": "^2.0.3", "phantomjs-prebuilt": "^2.1.14", "underscore": "^1.8.3", "wdio-dot-reporter": "0.0.6", "wdio-jasmine-framework": "^0.2.19", "wdio-phantomjs-service": "^0.2.2", "wdio-sauce-service": "^0.3.1", "wdio-selenium-standalone-service": "0.0.7", "wdio-static-server-service": "^1.0.1", "wdio-testingbot-service": "^0.1.7", "webdriverio": "^4.5.0" }, "dependencies": {}, "keywords": [ "error", "tracking", "raygun", "clientside" ] }