forked from WebDevStudios/WDS-Mega-Menu
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "wds-mega-menus",
"title": "WDS Mega Menus",
"version": "1.0.0",
"description": "Make magnificently magical Mega Menus and more.",
"main": "Gulpfile.js",
"dependencies": {
"autoprefixer": "^6.3.1",
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-cheerio": "^0.6.2",
"gulp-cssnano": "^2.1.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.1.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.2.0",
"gulp-sass-lint": "^1.1.1",
"gulp-sort": "^1.1.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-svgmin": "^1.2.1",
"gulp-svgstore": "^5.0.5",
"gulp-uglify": "^1.5.2",
"gulp-util": "^3.0.7",
"gulp-wp-pot": "^1.1.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/WebDevStudios/WDS-Mega-Menu"
},
"keywords": [
"theme"
],
"author": "WebDevStudios",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/WebDevStudios/WDS-Mega-Menu/issues"
},
"homepage": "https://github.com/WebDevStudios/WDS-Mega-Menu#readme"
}