forked from wpscholar/Compass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.72 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
83
84
85
86
87
88
{
"name": "compass",
"capitalname": "Compass",
"version": "1.1.0",
"copyright": "2014",
"license": "GPL-2.0+",
"private": true,
"bugs": {
"url": "http://flagshipwp.com/support",
"email": "[email protected]"
},
"contributors": [
{
"name": "Flagship",
"url": "http://flagshipwp.com"
},
{
"name": "Robert Neu",
"url": "http://flagshipwp.com"
},
{
"name": "Gary Jones",
"url": "http://gamajo.com"
}
],
"theme": {
"name": "Compass",
"uri": "http://flagshipwp.com/themes/compass/",
"description": "The most advanced WordPress Starter theme ever created. Built with Hybrid Core, Theme Hook Alliance, Bourbon, and Neat.",
"author": "Flagship",
"authoruri": "http://flagshipwp.com",
"tags": "white, light, one-column, two-columns, right-sidebar, responsive-layout, custom-header, custom-menu, editor-style, featured-images, 'seo-friendly', microformats, post-formats, sticky-post, translation-ready",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"textdomain": "compass",
"domainpath": "/languages"
},
"pot": {
"reportmsgidbugsto": "Robert Neu <[email protected]>",
"lasttranslator": "Robert Neu <[email protected]>",
"languageteam": "Robert Neu <[email protected]>"
},
"repository": {
"type": "git",
"url": "https://github.com/FlagshipWP/compass.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autoprefixer": "^2.0.0",
"grunt-bowercopy": "^1.1.0",
"grunt-bump": "0.0.16",
"grunt-checktextdomain": "^0.1.1",
"grunt-composer": "^0.4.3",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.12.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-imagemin": "^0.9.2",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-sass": "^0.8.1",
"grunt-contrib-uglify": "^0.6.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-cssjanus": "^0.2.2",
"grunt-githooks": "^0.3.1",
"grunt-jsbeautifier": "^0.2.7",
"grunt-jscs": "^0.8.1",
"grunt-jsonlint": "^1.0.4",
"grunt-jsvalidate": "^0.2.2",
"grunt-mkdir": "^0.1.2",
"grunt-newer": "^0.8.0",
"grunt-phpcpd": "^0.1.4",
"grunt-phpcs": "^0.2.3",
"grunt-phplint": "0.0.5",
"grunt-phpmd": "^0.1.1",
"grunt-plato": "^1.3.0",
"grunt-potomo": "^3.1.0",
"grunt-replace": "^0.8.0",
"grunt-scss-lint": "^0.3.4",
"grunt-stylestats": "^0.1.3",
"grunt-wp-css": "^0.1.0",
"grunt-wp-i18n": "^0.4.9",
"load-grunt-config": "^0.16.0",
"semver": "^4.1.0",
"time-grunt": "^1.0.0"
}
}