This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 2 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
{
"name": "fortytwo",
"description": "Development files for the FortyTwo theme",
"version": "1.0.0-RC7",
"dependencies": {},
"devDependencies": {
"assemble-less": "~0.7.0",
"grunt": "^0.4.5",
"grunt-autoprefixer": "^0.7.3",
"grunt-bower-task": "^0.3.4",
"grunt-bump": "0.0.14",
"grunt-checktextdomain": "^0.1.1",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "^0.8.0",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.9.0",
"grunt-contrib-imagemin": "^0.7.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-csscomb": "~2.0.1",
"grunt-jsbeautifier": "^0.2.6",
"grunt-jscs-checker": "^0.4.4",
"grunt-jsonlint": "^1.0.4",
"grunt-jsvalidate": "^0.2.2",
"grunt-lesslint": "^1.1.2",
"grunt-phpcs": "^0.2.2",
"grunt-phplint": "0.0.5",
"grunt-phpunit": "^0.3.3",
"grunt-replace": "^0.7.7",
"grunt-styledocco": "^0.1.4",
"grunt-wp-i18n": "^0.4.4",
"load-grunt-tasks": "^0.4.0",
"semver": "^2.3.0",
"time-grunt": "^0.3.1"
},
"theme": {
"name": "FortyTwo",
"uri": "http://forsitethemes.com/themes/fortytwo",
"description": "FortyTwo, the answer to all you child theme requirements",
"author": "Forsite Themes",
"authoruri": "http://forsitethemes.com",
"tags": "white, blue, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready",
"license": "GPL-2.0+",
"licenseuri": "http://www.gnu.org/licenses/gpl-2.0.html",
"template": "genesis",
"textdomain": "fortytwo"
},
"changelog": "theme/CHANGELOG.md"
}