forked from bugsnag/bugsnag-js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 822 Bytes
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
{
"name": "bugsnag-js",
"version": "2.4.8",
"main": "src/bugsnag.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/bugsnag/bugsnag-js"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.6.3",
"uglifyjs": "latest",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.5.2",
"grunt-s3": "git://github.com/pifantastic/grunt-s3",
"grunt-bumpx": "~0.1.0",
"mocha": "~1.15.1",
"grunt-docco": "git://github.com/bdougherty/grunt-docco#grunt-0.4",
"grunt-regex-replace": "~0.2.5",
"grunt-invalidate-cloudfront": "~0.1.4",
"mocha-browserstack": "~0.2.2",
"browserstack-test": "~0.2.10"
}
}