forked from wmluke/angular-bugsnag
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.52 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.52 KB
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
{
"name": "angular-bugsnag",
"version": "0.1.2",
"scripts": {
"test": "gulp test",
"coveralls": "cat ./reports/coverage/*/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {},
"devDependencies": {
"underscore.string": "~2.3.1",
"istanbul": "~0.1.34",
"matchdep": "~0.1.2",
"coveralls": "~2.8.0",
"connect": "^2.14.4",
"connect-livereload": "^0.4.0",
"gulp": "^3.6.0",
"gulp-autoprefixer": "^0.0.6",
"gulp-bower-files": "^0.2.1",
"gulp-bump": "^0.1.8",
"gulp-cache": "^0.1.1",
"gulp-clean": "^0.2.4",
"gulp-concat": "^2.2.0",
"gulp-csso": "^0.2.6",
"gulp-header": "^1.0.2",
"gulp-filter": "^0.4.1",
"gulp-flatten": "^0.0.2",
"gulp-imagemin": "^0.2.0",
"gulp-jshint": "^1.5.3",
"gulp-karma": "0.0.4",
"gulp-livereload": "^1.2.0",
"gulp-load-plugins": "^0.5.0",
"gulp-rename": "^1.2.0",
"gulp-ruby-sass": "^0.4.3",
"gulp-size": "^0.3.0",
"gulp-uglify": "^0.2.1",
"gulp-useref": "^0.3.1",
"gulp-util": "^2.2.14",
"jshint-stylish": "^0.1.5",
"karma": "^0.12.12",
"karma-chrome-launcher": "^0.1.3",
"karma-coverage": "^0.2.1",
"karma-jasmine": "^0.1.5",
"karma-junit-reporter": "^0.2.2",
"karma-phantomjs-launcher": "^0.1.4",
"lodash": "^2.4.1",
"opn": "^0.1.1",
"wiredep": "^1.4.3"
}
}