-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
105 lines (105 loc) · 3.02 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"name": "svg-based-bigheads",
"fullName": "SVGBigHeads",
"version": "1.1.0",
"description": "DEV – https://bigheads.io/ alternative based on pieces of SVGs for better non-technical cooperation",
"main": "gulpfile.js",
"app_keys_map": [
[
"name",
"fullName"
],
[
"version"
],
[
"homepage"
],
[
"directories"
],
[
"sequence"
]
],
"sequence": [
"svg",
"javascript",
"doc"
],
"scripts": {
"build": "npx gulp",
"check": "npm run-script jaaJBT check && echo. && echo ^> npm outdated && npm outdated",
"update": "npm run-script jaaJBT update && npm install",
"jshint": "node ./node_modules/jshint/bin/jshint --verbose",
"jshint:full": "node ./node_modules/jshint/bin/jshint --verbose --show-non-errors",
"test": "echo \"Error: no test specified\" && exit 1",
"jaaJBT": "node ./node_modules/jaajbt-cli/jaaJBT"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IndigoMultimediaTeam/svg-based-bigheads.git"
},
"keywords": [
"svg"
],
"author": "Jan Andrle <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/IndigoMultimediaTeam/svg-based-bigheads/issues"
},
"homepage": "https://github.com/IndigoMultimediaTeam/svg-based-bigheads#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-place": "^1.8.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-svgmin": "^3.0.0",
"gulp-util": "^3.0.8",
"jaajbt-cli": "^3.0.0",
"jsdoc-to-markdown": "^7.0.1",
"jshint": "^2.12.0"
},
"directories": {
"gulp": "gulp/",
"src": "src/",
"bin": "dist/",
"_svgs": "svgs/",
"_client": "client/",
"_server": "server/"
},
"jaaJBT": {
"config": {
"gulp_path": "gulp/",
"gulp_tasks": "gulp/tasks/",
"jsdoc2md_modifications_path": "docs/modifications/"
},
"scripts": {
"gulpfile": "~1.1.4",
"gulp_cleanJSHINT": "~0.1.3",
"gulp_task_javascript_lib": "~0.1.5",
"gulp_task_default": "~1.0.1",
"jsdoc2md__libs_gulp_task": "~1.0.0",
"jsdoc2md__libs_modifications": "~1.0.0"
},
"resourses": [
"https://raw.githubusercontent.com/jaandrle/jaaJBT/master/",
"https://raw.githubusercontent.com/jaandrle/jsdoc2md-jsonDoc--partial-helpers/main/"
],
"rename": {}
},
"jshintConfig": {
"esversion": 6,
"browser": "true",
"undef": "true",
"latedef": "true",
"maxparams": 4,
"maxdepth": 2,
"maxcomplexity": 10,
"globals": {
"gulp_place": false,
"customElements": false
}
}
}