-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 748 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 748 Bytes
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
{
"name": "ionpeblog",
"main": "gruntfile.js",
"author": "Macho Themes",
"license": "GPL v3",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-checktextdomain": "^1.0.0",
"grunt-cli": "~1.3.2",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-compress": "^1.4.3",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-imagemin": "^3.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^4.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-ftp-deploy": "^0.2.0",
"grunt-wp-i18n": "^1.0.2",
"load-grunt-tasks": "^4.0.0"
},
"dependencies": {
"bootstrap": "^4.1.1"
}
}