forked from jaandrle/dollar_dom_component
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.5 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
{
"name": "dollar_dom_component",
"description": "JavaScript Utils",
"author": "Jan Andrle <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/jaandrle/dollar_dom_component",
"version": "2.0.0",
"build": "0001",
"__Comment__sequence": "exclamation mark (!) on the start of task name means to escape it",
"sequence": [
"javascript",
"doc",
"examples"
],
"fullName": "$dom.component",
"directories": {
"examples": "docs/examples/",
"docs": "docs/",
"dist": "bin/",
"src": "src/"
},
"main": "bin/$dom_component.js",
"types": "bin/$dom_component.d.ts",
"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_dom_component.git"
},
"bugs": {
"url": "https://github.com/jaandrle/dollar_dom_component/issues"
},
"jshintConfig": {
"esversion": 6,
"browser": "true",
"undef": "true",
"latedef": "true",
"maxparams": 3,
"maxdepth": 2,
"maxcomplexity": 11
},
"devDependencies": {
"gulp": ">=4.0.2",
"gulp-concat": ">=2.6.1",
"gulp-minify": ">=3.1.0",
"gulp-place": ">=1.8.5",
"gulp-rename": ">=2.0.0",
"gulp-replace": ">=1.1.3",
"gulp-sourcemaps": ">=3.0.0",
"gulp-typedoc": ">=3.0.2",
"gulp-util": ">=3.0.8",
"jshint": ">=2.13.5",
"typedoc": ">=0.23.8",
"typedoc-plugin-markdown": ">=3.13.3"
}
}