forked from airbrake/airbrake-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 863 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
{
"name": "airbrake-js",
"version": "0.3.9",
"description": "Notify Airbrake on JavaScript exceptions",
"main": "Gruntfile.coffee",
"repository": {
"type": "git",
"url": "git://github.com/airbrake/airbrake-js.git"
},
"keywords": [
"exception",
"error",
"airbrake",
"exceptional"
],
"author": "Airbrake",
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.2",
"load-grunt-tasks": "~0.2.1",
"browserify": "~3.20.0",
"grunt-browserify": "~1.3.0",
"coffeeify": "~0.5.2",
"through": "~2.3.4",
"grunt-contrib-uglify": "~0.2.7",
"grunt-mocha-cli": "~1.5.0",
"grunt-contrib-connect":"~0.6.0",
"coffee-script": "~1.6.3",
"chai": "~1.8.1",
"sinon": "~1.7.3",
"sinon-chai": "~2.4.0",
"grunt-contrib-connect": "^0.7.0"
},
"scripts": {
"test": "grunt test"
}
}