forked from rollbar/rollbar.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.44 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
54
55
56
57
58
59
60
61
62
{
"name": "rollbar",
"version": "1.1.10",
"repository": {
"type": "git",
"url": "http://github.com/rollbar/rollbar.js"
},
"devDependencies": {
"chai": "~1.8.1",
"express": "~3.4.7",
"grunt": "~0.4.2",
"grunt-blanket-mocha": "^0.4.1",
"grunt-bumpup": "~0.5.0",
"grunt-cli": "~0.1.11",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "~1.2.1",
"grunt-mocha": "^0.4.11",
"grunt-mocha-cov": "^0.3.0",
"grunt-mocha-phantomjs": "^0.6.0",
"grunt-saucelabs": "~4.1.2",
"grunt-tagrelease": "~0.3.0",
"grunt-text-replace": "~0.3.10",
"jshint": "~2.3.0",
"mocha": "^1.21.4",
"mocha-phantomjs": "^3.5.0",
"phantomjs": "^1.9.10",
"semver": "~2.2.1",
"sinon": "~1.7.3",
"uglify-js": "~2.4.3"
},
"scripts": {
"test": "make test"
},
"cdn": {
"host": "d37gvrvc0wt4s1.cloudfront.net"
},
"defaults": {
"endpoint": "api.rollbar.com/api/1/",
"scrubFields": [
"passwd",
"password",
"secret",
"confirm_password",
"password_confirmation"
],
"logLevel": "debug",
"reportLevel": "debug",
"uncaughtErrorLevel": "warning",
"maxItems": 0,
"itemsPerMin": 60
},
"plugins": {
"jquery": {
"version": "0.0.8"
}
}
}