-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
61 lines (61 loc) · 1.44 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
{
"__SECTION_GULP": "",
"fullName": "jaaJSU",
"version": "2.0.0",
"build": "0001",
"__Comment__sequence": "exclamation mark (!) on the start of task name means to escape it",
"sequence": [
"javascript",
"jaaJBT",
"doc",
"examples"
],
"__SECTION_NPM": "",
"name": "jaajsu",
"description": "JavaScript Utils",
"main": "bin/jaaJSU-min.js",
"directories": {
"example": "example/",
"bin": "bin/",
"src": "src/",
"docs": "docs/"
},
"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/jaaJSU.git"
},
"author": "Jan Andrle <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jaandrle/jaaJSU/issues"
},
"homepage": "https://github.com/jaandrle/jaaJSU",
"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.13.1",
"typedoc": ">=0.23.9",
"typedoc-plugin-markdown": ">=3.13.4"
},
"__SECTION__JSHINT": "",
"jshintConfig": {
"esversion": 6,
"browser": "true",
"undef": "true",
"globals": {
"gulp_place": false
}
}
}