forked from Catalysts/cat-log4angular
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.38 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
52
{
"name": "cat-log4angular",
"version": "1.1.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/Catalysts/cat-log4angular.git"
},
"author": "Dominik Hurnaus <[email protected]>",
"contributors": [
"Thomas Scheinecker <[email protected]>"
],
"scripts": {
"test": "./node_modules/.bin/gulp test",
"release-patch": "./node_modules/.bin/gulp release-patch",
"release-minor": "./node_modules/.bin/gulp release-minor",
"release-major": "./node_modules/.bin/gulp release-major"
},
"devDependencies": {
"bower": "=1.5.3",
"gulp": "=3.9.0",
"gulp-bower": "=0.0.10",
"gulp-bump": "=1.0.0",
"gulp-concat": "=2.6.0",
"gulp-file": "=0.2.0",
"gulp-filter": "=3.0.1",
"gulp-git": "=1.4.0",
"gulp-jshint": "=1.11.2",
"gulp-rename": "=1.2.2",
"gulp-sourcemaps": "=1.5.2",
"gulp-uglify": "=1.4.1",
"gulp-util": "=3.0.6",
"jasmine-core": "=2.3.4",
"jshint-stylish": "=2.0.1",
"karma": "=0.13.10",
"karma-coverage": "=0.5.2",
"karma-jasmine": "=0.3.6",
"karma-phantomjs-launcher": "=0.2.1",
"lodash": "=3.10.1",
"phantomjs": "=1.9.18",
"pretty-hrtime": "=1.0.0",
"pusher-client": "=0.2.3",
"q": "=1.4.1",
"request": "=2.63.0"
},
"peerDependencies": {
"angular": ">=1.2.0"
},
"engines": {
"node": ">=0.10.0"
}
}