forked from wmluke/angular-bugsnag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.58 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
{
"name": "angular-bugsnag",
"version": "0.2.1",
"scripts": {
"test": "gulp test",
"coveralls": "cat ./reports/coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {},
"devDependencies": {
"underscore.string": "~3.0.3",
"istanbul": "~0.3.6",
"matchdep": "~0.3.0",
"coveralls": "~2.11.2",
"connect": "^3.3.4",
"connect-livereload": "^0.5.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-bower-files": "^0.2.7",
"gulp-bump": "^0.1.13",
"gulp-cache": "^0.2.6",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.1",
"gulp-csso": "^1.0.0",
"gulp-header": "^1.2.2",
"gulp-filter": "^2.0.2",
"gulp-flatten": "^0.0.4",
"gulp-imagemin": "^2.2.0",
"gulp-jshint": "^1.9.2",
"gulp-karma": "0.0.4",
"gulp-livereload": "^3.7.0",
"gulp-load-plugins": "^0.8.0",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.4.3",
"gulp-size": "^1.2.0",
"gulp-uglify": "^1.1.0",
"gulp-useref": "^1.1.1",
"gulp-util": "^3.0.3",
"jshint-stylish": "^1.0.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-jasmine": "^0.3.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^3.2.0",
"opn": "^1.0.1",
"serve-static": "~1.9.1",
"serve-index": "~1.6.2",
"wiredep": "^2.2.2"
}
}