-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
53 lines (53 loc) · 1.12 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": "angular-raven",
"version": "0.6.3",
"main": "angular-raven.js",
"description": "A Raven.js / Sentry wrapper for Angular.js",
"homepage": "https://github.com/gdi2290/angular-raven",
"bugs": "https://github.com/gdi2290/angular-raven/issues",
"author": {
"name": "Patrick Stapleton",
"email": "[email protected]",
"url": "www.gdi2290.com"
},
"keywords": [
"Patrick",
"PatrickJS",
"gdi2290",
"angular",
"angularjs",
"angular.js",
"$exceptionHandler",
"raven",
"ravenjs",
"raven.js",
"sentry.js",
"sentry",
"sentryjs",
"error",
"errorhandler"
],
"repository": {
"type": "git",
"url": "[email protected]:gdi2290/angular-raven.git"
},
"licenses": [
{
"type": "MIT"
}
],
"dependencies": {
"angular": "*",
"raven": "*"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "^0.7.0",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.9.0",
"grunt-contrib-watch": "~0.5.0",
"load-grunt-tasks": "~0.1.0",
"time-grunt": "~0.1.0"
}
}