-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 897 Bytes
/
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
{
"name": "c-box-line",
"version": "1.2.1",
"description": "Web componetnt box-arrow",
"author": "Jan Andrle <[email protected]>",
"main": "CBoxLine.js",
"type": "module",
"scripts": {
"lint": "bs/lint.js",
"build": "bs/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IndigoMultimediaTeam/c-box-line.git"
},
"keywords": [
"webcomponents"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IndigoMultimediaTeam/c-box-line/issues"
},
"homepage": "https://github.com/IndigoMultimediaTeam/c-box-line",
"devDependencies": {
"esbuild": "^0.20.2",
"esbuild-plugin-umd-wrapper": "^2.0.0",
"jsdoc-to-markdown": "^8.0.3",
"jshint": "^2.13.6",
"nodejsscript": "~1.0"
},
"jshintConfig": {
"esversion": 6,
"browser": "true",
"undef": "true",
"latedef": "true",
"maxparams": 3,
"maxdepth": 2,
"maxcomplexity": 10
}
}