forked from rollbar/rollbar.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 2.92 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "rollbar-browser",
"version": "1.9.1",
"repository": {
"type": "git",
"url": "http://github.com/rollbar/rollbar.js"
},
"license": "MIT",
"main": "dist/rollbar.umd.nojson.min.js",
"dependencies": {
"console-polyfill": "0.2.2",
"error-stack-parser": "1.3.3",
"extend": "3.0.0"
},
"devDependencies": {
"babel-core": "^5.8.24",
"babel-eslint": "^4.1.1",
"babel-loader": "^5.3.2",
"bluebird": "^3.3.5",
"browserstack-api": "0.0.5",
"chai": "~1.8.1",
"chalk": "^1.1.1",
"eslint": "^1.3.1",
"eslint-loader": "^1.0.0",
"express": "~3.4.7",
"glob": "^5.0.14",
"grunt": "~0.4.2",
"grunt-blanket-mocha": "^0.4.1",
"grunt-bumpup": "~0.5.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "~1.2.1",
"grunt-karma": "^0.12.1",
"grunt-karma-coveralls": "^2.5.4",
"grunt-mocha": "^0.4.11",
"grunt-mocha-cov": "^0.3.0",
"grunt-saucelabs": "~4.1.2",
"grunt-tagrelease": "~0.3.0",
"grunt-text-replace": "^0.4.0",
"grunt-webpack": "^1.0.11",
"jasmine-core": "^2.3.4",
"jquery-mockjax": "^2.0.1",
"karma": "^0.13.9",
"karma-browserstack-launcher": "^0.1.5",
"karma-chrome-launcher": "^0.2.0",
"karma-expect": "^1.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-jquery": "^0.1.0",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "^0.2.2",
"karma-safari-launcher": "^0.1.1",
"karma-sinon": "^1.0.4",
"karma-sourcemap-loader": "^0.3.5",
"karma-webpack": "^1.7.0",
"mocha": "^1.21.5",
"mootools": "^1.5.1",
"node-libs-browser": "^0.5.2",
"phantomjs": "^1.9.18",
"request": "^2.62.0",
"requirejs": "^2.1.20",
"script-loader": "0.6.1",
"semver": "~2.2.1",
"sinon": "~1.7.3",
"stackframe": "^0.2.2",
"strict-loader": "^0.1.2",
"time-grunt": "^1.0.0",
"webpack": "^1.12.1"
},
"scripts": {
"build": "./node_modules/.bin/grunt",
"test": "./node_modules/.bin/grunt test",
"test_ci": "./node_modules/.bin/grunt test"
},
"cdn": {
"host": "d37gvrvc0wt4s1.cloudfront.net"
},
"defaults": {
"endpoint": "api.rollbar.com/api/1/",
"scrubFields": [
"pw",
"pass",
"passwd",
"password",
"secret",
"confirm_password",
"confirmPassword",
"password_confirmation",
"passwordConfirmation",
"access_token",
"accessToken",
"secret_key",
"secretKey",
"secretToken"
],
"logLevel": "debug",
"reportLevel": "debug",
"uncaughtErrorLevel": "error",
"maxItems": 0,
"itemsPerMin": 60
},
"plugins": {
"jquery": {
"version": "0.0.8"
}
}
}