-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
90 lines (90 loc) · 2.37 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "k-logging",
"version": "1.0.5",
"description": "k-logging",
"main": "Build/singleKLogging.js",
"scripts": {
"publish-mac": "export NODE_ENV=prod&&webpack --progress --colors",
"publish-win": "set NODE_ENV=prod&&webpack --progress --colors",
"build": "babel ./Src --out-dir ./Build",
"log": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mzkmzk/K-Logging.git"
},
"keywords": [
"Journey"
],
"author": "404k",
"license": "MIT",
"bugs": {
"url": "https://github.com/mzkmzk/K-Logging/issues"
},
"homepage": "https://github.com/mzkmzk/K-Logging#readme",
"dependencies": {
"file-loader": "0.9.0"
},
"devDependencies": {
"babel-core": "6.9.1",
"babel-loader": "6.2.4",
"babel-plugin-transform-es2015-classes": "6.23.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.23.0",
"babel-plugin-transform-es3-member-expression-literals": "6.22.0",
"babel-plugin-transform-es3-property-literals": "6.22.0",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-polyfill": "6.23.0",
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"conventional-changelog": "1.1.6",
"conventional-changelog-cli": "1.3.4",
"css-loader": "0.23.1",
"eslint": "3.0.1",
"eslint-loader": "1.4.0",
"eslint-plugin-react": "5.2.2",
"file-loader": "0.9.0",
"ghooks": "2.0.0",
"html-loader": "0.4.3",
"html-webpack-plugin": "2.22.0",
"node-sass": "3.8.0",
"sass-loader": "3.2.1",
"style-loader": "0.13.1",
"url-loader": "0.5.7",
"validate-commit-msg": "2.14.0",
"webpack": "1.13.1"
},
"config": {
"validate-commit-msg": {
"types": [
"feat",
"fix",
"docs",
"style",
"refactor",
"perf",
"test",
"build",
"ci",
"chore",
"revert"
],
"scope": {
"required": false,
"allowed": [
"*"
],
"validate": false,
"multiple": false
},
"warnOnFail": false,
"maxSubjectLength": 100,
"subjectPattern": ".+",
"subjectPatternErrorMsg": "subject does not match subject pattern!",
"helpMessage": "",
"autoFix": true
},
"ghooks": {
"commit-msg": "validate-commit-msg"
}
}
}