-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
68 lines (68 loc) · 1.7 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
{
"__SECTION_GULP": "",
"fullName": "$time",
"version": "1.5.0",
"build": "0001",
"src_folder": "src/",
"bin_folder": "bin/",
"standalone": "standalone",
"__Comment__sequence": "exclamation mark (!) on the start of task name means to escape it",
"sequence": [
"javascript",
"doc"
],
"__SECTION_NPM": "",
"name": "dollar_time",
"description": "JavaScript Utils",
"main": "gulpfile.js",
"bin": {
"jaajsu": "$time-min.js"
},
"directories": {
"example": "example",
"bin": "bin"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"jshint": "node ./node_modules/jshint/bin/jshint --verbose",
"jshint_full": "node ./node_modules/jshint/bin/jshint --verbose --show-non-errors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jaandrle/dollar_time.git"
},
"author": "Jan Andrle <andrle.jan@centrum.cz>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaandrle/dollar_time/issues"
},
"homepage": "https://github.com/jaandrle/dollar_time",
"devDependencies": {
"gulp": ">=3.9.1",
"gulp-concat": ">=2.6.1",
"gulp-minify": ">=3.1.0",
"gulp-place": ">=1.8.2",
"gulp-rename": ">=1.4.0",
"gulp-replace": ">=1.0.0",
"gulp-sourcemaps": ">=2.6.4",
"gulp-typedoc": ">=3.0.1",
"gulp-util": ">=3.0.8",
"jshint": ">=2.9.6",
"typedoc": ">=0.21.9",
"typedoc-plugin-markdown": ">=3.10.4",
"typescript": ">=4.4.4"
},
"__SECTION__JSHINT": "",
"jshintConfig": {
"esversion": 6,
"browser": "true",
"undef": "true",
"latedef": "true",
"maxparams": 4,
"maxdepth": 3,
"maxcomplexity": 17,
"globals": {
"gulp_place": false
}
}
}