-
Notifications
You must be signed in to change notification settings - Fork 108
/
package.json
46 lines (46 loc) · 1.27 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
{
"name": "lavagna",
"version": "1.1.0",
"description": "issue tracker/project management tool",
"contributors": [
{
"name": "Eros Taborelli",
"email": "[email protected]"
},
{
"name": "Sylvain Jermini",
"email": "[email protected]"
},
{
"name": "Simone Grignola",
"email": "[email protected]"
}
],
"scripts": {
"lint": "./node_modules/.bin/eslint src/main/webapp/app src/main/webapp/app-login/ src/main/webapp/setup/",
"lint-fix": "./node_modules/.bin/eslint src/main/webapp/app src/main/webapp/app-login/ src/main/webapp/setup/ --fix"
},
"repository": {
"type": "git",
"url": "https://github.com/digitalfondue/lavagna"
},
"bugs": {
"url": "https://github.com/digitalfondue/lavagna/issues"
},
"keywords": [
"kanban",
"project-management",
"issue-tracker",
"project-planning",
"issue-board",
"bugtracker"
],
"devDependencies": {
"eslint": "5.16.0",
"eslint-utils": ">=1.4.1",
"eslint-plugin-angular": "4.0.1",
"eslint-plugin-html": "5.0.5"
},
"preferGlobal": true,
"license": "MIT"
}