-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.23 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.23 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
{
"name": "codistica-guidelines",
"version": "0.0.0",
"private": true,
"description": "There is code and there is beautiful code like there are software companies and there is Codistica.",
"keywords": [
"codistica, software, development, guidelines, code, quality"
],
"author": {
"name": "Codistica",
"email": "info@codistica.com",
"url": "https://github.com/codistica"
},
"contributors": [
{
"name": "Ernesto Stifano",
"email": "ernesto.stifano@codistica.com",
"url": "https://github.com/ernestostifano"
},
{
"name": "Javier Monguilo",
"email": "javier.monguilo@codistica.com",
"url": "https://github.com/jmonguilo"
}
],
"homepage": "https://www.codistica.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/codistica/codistica-guidelines.git"
},
"bugs": {
"url": "https://github.com/codistica/codistica-guidelines/issues"
},
"browserslist": [
"since 2015"
],
"engines": {
"node": ">=10.0.0"
},
"husky": {
"hooks": {
"commit-msg": "codistica-husky-hooks-handlers commit-msg"
}
},
"devDependencies": {
"@codistica/husky-hooks-handlers": "^1.0.1",
"husky": "^4.2.5"
}
}