-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
82 lines (82 loc) · 2.05 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
{
"name": "jquery-accordion-menu",
"version": "0.1.0",
"description": "> jQuery plugin Accordion Menu",
"main": "main.html",
"repository": {
"type": "git",
"url": ""
},
"author": "buppagistar@gamil.com",
"license": "ISC",
"browserslist": [
"last 2 versions"
],
"options": {
"paths": {
"root": "./",
"uncompressed": "./uncompressed",
"minified": "./minified"
}
},
"devDependencies": {
"browser-sync": "^2.26.12",
"del": "^5.1.0",
"fancy-log": "^1.3.3",
"git-rev-sync": "^1.12.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-cached": "^1.1.1",
"gulp-concat": "^2.6.1",
"gulp-file-include": "^2.3.0",
"gulp-header": "^2.0.9",
"gulp-html-tag-include": "^1.0.1",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^7.1.0",
"gulp-jshint": "^2.1.0",
"gulp-json-minify": "^1.2.2",
"gulp-jsonlint": "^1.3.0",
"gulp-load-plugins": "^1.5.0",
"gulp-newer": "^1.4.0",
"gulp-noop": "^1.0.1",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-print": "^5.0.2",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.1.0",
"gulp-size": "^3.0.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-spritesmash": "^1.1.1",
"gulp-strip-debug": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-util": "^3.0.8",
"gulp-w3c-css": "^2.0.0",
"gulp-w3c-html-validator": "^1.4.4",
"gulp-watch": "^5.0.1",
"gulp.spritesmith": "^6.11.0",
"imagemin": "^6.1.0",
"list-stream": "^1.0.1",
"log-symbols": "^4.0.0",
"map-stream": "0.0.7",
"merge-stream": "^1.0.1",
"moment": "^2.27.0",
"node-sass": "^4.11.0",
"pa11y": "^5.1.0",
"pump": "^3.0.0",
"through2": "^3.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-fs": "^3.0.3",
"vinyl-ftp": "^0.6.1",
"vinyl-source-stream": "^2.0.0"
},
"keywords": [],
"homepage": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"child_process": "^1.0.2",
"jshint": "^2.12.0"
}
}