-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
76 lines (76 loc) · 2.31 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
{
"name": "wp-theme-tasks",
"version": "0.1.0",
"theme": {
"name": "Incipio",
"uri": "http://gamajo.com/incipio",
"description": "Incipio, starter theme for Genesis Framework.",
"author": "Gary Jones, Gamajo Tech",
"authoruri": "http://gamajo.com",
"tags": "",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"template": "genesis",
"textdomain": "incipio",
"domainpath": "/languages"
},
"license": "MIT",
"pot": {
"reportmsgidbugsto": "Gary Jones <[email protected]>",
"lasttranslator": "Gary Jones <[email protected]>",
"languageteam": "Gary Jones <[email protected]>"
},
"dependencies": {
"autoprefixer": "^6.0.1",
"grunt": "^0.4.5",
"grunt-banner": "^0.5.0",
"grunt-bowercopy": "^1.2.3",
"grunt-bump": "^0.5.0",
"grunt-checktextdomain": "^1.0.0",
"grunt-colorguard": "^0.2.0",
"grunt-combine-media-queries": "^1.0.19",
"grunt-complexity": "^0.3.0",
"grunt-composer": "^0.4.4",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-rename": "^0.0.3",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-githooks": "^0.3.1",
"grunt-jsbeautifier": "^0.2.10",
"grunt-jscs": "^2.1.0",
"grunt-jsonlint": "^1.0.4",
"grunt-jsvalidate": "^0.2.2",
"grunt-mkdir": "^0.1.2",
"grunt-newer": "^1.1.1",
"grunt-phpcpd": "^0.1.4",
"grunt-phpcs": "^0.4.0",
"grunt-phplint": "^0.0.5",
"grunt-phpmd": "^0.1.1",
"grunt-plato": "^1.2.1",
"grunt-postcss": "^0.6.0",
"grunt-potomo": "^3.3.3",
"grunt-px-to-rem": "^0.4.0",
"grunt-replace": "^0.10.2",
"grunt-rtlcss": "^1.6.0",
"grunt-sass": "^1.0.0",
"grunt-scss-lint": "^0.3.8",
"grunt-stylestats": "^0.1.3",
"grunt-wp-css": "^0.2.0",
"grunt-wp-i18n": "^0.5.3",
"postcss-reporter": "^1.1.0",
"semver": "^5.0.1",
"stylelint": "^1.0.1",
"stylelint-config-wordpress": "^0.2.0",
"time-grunt": "^1.2.1"
},
"repository": {
"type": "git",
"url": "[email protected]:Gamajo/wp-theme-tasks.git"
}
}