-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.61 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.61 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
50
51
52
53
54
55
56
57
{
"name": "angular-logger",
"version": "0.0.0-semantically-released",
"description": "Customizable logger service for angular applications",
"main": "index.js",
"scripts": {
"commit": "git-cz",
"test": "gulp karma",
"semantic-release": "semantic-release pre && semantic-release post"
},
"repository": {
"type": "git",
"url": "https://github.com/AquaticInformatics/angular-logger.git"
},
"keywords": [
"AquaticInformatics",
"angular",
"logging",
"logger",
"service"
],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/AquaticInformatics/angular-logger/issues"
},
"homepage": "https://github.com/AquaticInformatics/angular-logger",
"devDependencies": {
"commitizen": "^1.0.4",
"cz-conventional-changelog": "git://github.com/commitizen/cz-conventional-changelog.git#bd40b525d551f81877167629809a08452de4995d",
"deep-extend": "~0.4.0",
"del": "~2.0.1",
"gulp": "~3.9.0",
"gulp-concat": "^2.6.0",
"gulp-header": "~1.7.1",
"gulp-istanbul-enforcer": "~1.0.3",
"gulp-jscs": "~2.0.0",
"gulp-jscs-stylish": "~1.1.2",
"gulp-jshint": "~1.11.2",
"gulp-karma": "~0.0.4",
"gulp-ng-annotate": "~1.1.0",
"gulp-rename": "~1.2.2",
"gulp-uglify": "~1.4.0",
"gulp-util": "~3.0.6",
"jasmine-core": "~2.3.4",
"jshint-stylish": "~2.0.1",
"karma": "~1.3.0",
"karma-coverage": "~0.5.1",
"karma-jasmine": "1.1.0",
"jasmine": "2.4.0",
"karma-phantomjs-launcher": "^1.0.2",
"semantic-release": "^4.3.5"
},
"czConfig": {
"path": "node_modules/cz-conventional-changelog"
}
}