forked from Codeinwp/grunt-theme-fleet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.05 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
{
"name": "grunt-theme-fleet",
"version": "1.0.0",
"description": "Themeisle grunt task suite for theme development",
"main": "index.js",
"license": "GPL-3.0",
"author": "ThemeIsle <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/codeinwp/grunt-theme-fleet.git"
},
"dependencies": {
"autoprefixer": "^6.4.0",
"grunt": "~0.4.5",
"grunt-http": "^2.2.0",
"grunt-checktextdomain": "^1.0.1",
"grunt-contrib-imagemin": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mkdir": "^1.0.0",
"grunt-newer": "^1.2.0",
"grunt-phpcbf": "^0.1.0",
"grunt-phpcs": "^0.4.0",
"grunt-phplint": "0.0.8",
"grunt-postcss": "^0.8.0",
"grunt-sync": "^0.6.2",
"grunt-text-replace": "^0.4.0",
"grunt-wp-css": "^0.2.1",
"grunt-wp-i18n": "^0.5.4",
"time-grunt": "^1.4.0",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-rsync": "^2.0.1",
"grunt-phpunit": "^0.3.6",
"grunt-version": "1.x"
}
}