-
Notifications
You must be signed in to change notification settings - Fork 165
/
package.json
34 lines (34 loc) · 1.08 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
{
"name": "hueman",
"version": "3.7.23",
"description": "The Hueman theme loads fast and is 100% mobile-friendly according to Google. One of the best rated theme for blogs and magazines on WordPress.org. Powering 50K+ websites around the world.",
"author": "nikeo",
"license": "GNU GPL v3.0",
"repository": {
"type": "git",
"url": "https://github.com/presscustomizr/hueman"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-checktextdomain": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-lineending": "^1.0.0",
"grunt-potomo": "^3.5.0",
"grunt-stripcomments": "^0.6.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-i18n": "^1.0.1",
"jshint-stylish": "^2.2.1",
"load-grunt-config": "^0.19.2"
},
"dependencies": {
"lodash": "^4.17.4"
}
}