-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
36 lines (36 loc) · 969 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
{
"name": "ng-rollbar",
"version": "2.14.4",
"description": "Rollbar integration for angular",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tandibar/ng-rollbar.git"
},
"author": "Andreas Bade",
"license": "MIT",
"bugs": {
"url": "https://github.com/tandibar/ng-rollbar/issues"
},
"homepage": "https://github.com/tandibar/ng-rollbar",
"devDependencies": {
"angular": "^1.5.5",
"angular-mocks": "^1.5.5",
"byline": "^4.2.1",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^1.0.0",
"grunt-git": "^0.3.4",
"grunt-ng-annotate": "^0.10.0",
"grunt-release": "^0.13.0",
"jasmine": "^2.4.1",
"karma": "^0.13.22",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"lodash": "^3.3.1",
"phantomjs-prebuilt": "^2.1.7"
},
"scripts": {
"test": "node_modules/karma/bin/karma start --single-run"
}
}