forked from getsentry/sentry-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 994 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
36
37
38
39
40
41
42
{
"name": "raven-js",
"version": "1.3.0",
"license": "BSD-2-Clause",
"homepage": "https://getsentry.com",
"scripts": {
"pretest": "npm install",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/getsentry/raven-js.git"
},
"main": "dist/raven.js",
"devDependencies": {
"chai": "~1.8.1",
"grunt": "^0.4.5",
"grunt-cli": "~0.1.9",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-uglify": "~0.2.2",
"grunt-gitinfo": "~0.1.1",
"grunt-mocha": "~0.4.1",
"grunt-release": "~0.6.0",
"grunt-s3": "~0.2.0-alpha.3",
"grunt-sri": "mattrobenolt/grunt-sri#pretty",
"jquery": "^2.1.4",
"lodash": "~2.4.0",
"sinon": "~1.7.3"
},
"keywords": [
"exceptions",
"debugging",
"logging",
"errors",
"sentry",
"raven"
]
}