forked from MindscapeHQ/raygun4js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
39 lines (39 loc) · 852 Bytes
/
bower.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
{
"name": "raygun4js",
"version": "2.18.2",
"homepage": "http://raygun.io",
"authors": [
"Mindscape <[email protected]>"
],
"repository": {
"type": "git",
"url": "git://github.com/MindscapeHQ/raygun4js.git"
},
"description": "Official Raygun.io automatic error tracking plugin for JavaScript",
"main": "dist/raygun.js",
"keywords": [
"error",
"tracking",
"reporting",
"raygun"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
},
"devDependencies": {
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-concat": "~0.1.2",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-clean": "~0.4.0",
"grunt": "~0.4.1",
"grunt-contrib-jasmine": "~0.4.2"
}
}