forked from getsentry/sentry-javascript
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.22 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
{
"name": "raven-js",
"version": "2.2.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": "src/singleton.js",
"devDependencies": {
"browserify-versionify": "^1.0.6",
"bundle-collapser": "^1.2.1",
"chai": "2.3.0",
"derequire": "2.0.3",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-cli": "^0.1.13",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^0.11.3",
"grunt-contrib-uglify": "^0.11.0",
"grunt-eslint": "^17.3.1",
"grunt-gitinfo": "^0.1.7",
"grunt-mocha": "^0.4.15",
"grunt-release": "^0.13.0",
"grunt-s3": "0.2.0-alpha.3",
"grunt-sri": "mattrobenolt/grunt-sri#pretty",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"mocha": "^1.21.5",
"proxyquireify": "^3.0.1",
"sinon": "1.7.3",
"through2": "^2.0.0"
},
"keywords": [
"exceptions",
"debugging",
"logging",
"errors",
"sentry",
"raven"
]
}