-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
54 lines (54 loc) · 1.63 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
{
"name": "customizr",
"version": "4.4.22",
"description": "Customizr is a simple and fast WordPress theme designed to help you attract and engage more visitors. Provides a perfect user experience on smartphones. Powers more than 60K active sites around the world. Hundreds of 5-stars reviews received on WordPress.org.",
"author": "nikeo",
"license": "GNU GPL v2.0",
"repository": {
"type": "git",
"url": "https://github.com/presscustomizr/customizr"
},
"skins": {
"black": "#000",
"black2": "#394143",
"blue": "#08c",
"blue2": "#27CBCD",
"blue3": "#27CDA5",
"green": "#9db668",
"green2": "#26CE61",
"grey": "#5A5A5A",
"grey2": "#E4E4E4",
"orange": "#F78C40",
"orange2": "#E79B5D",
"purple": "#e67fb9",
"purple2": "#8183D8",
"red": "#e10707",
"red2": "#e7797a",
"yellow": "#e9a825",
"yellow2": "#d2d62a"
},
"devDependencies": {
"grunt": "^1.0.4",
"grunt-checktextdomain": "^0.1.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.1",
"grunt-contrib-uglify": "^3.4.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-lineending": "^1.0.0",
"grunt-multi": "0.0.7",
"grunt-potomo": "^3.5.0",
"grunt-sass": "^2.1.0",
"grunt-stripcomments": "^0.7.2",
"grunt-text-replace": "^0.4.0",
"grunt-wait": "^0.1.0",
"grunt-wp-i18n": "^1.0.1",
"jshint-stylish": "^2.2.1",
"load-grunt-config": "^0.19.2"
},
"dependencies": {}
}