Files
trestle/package.json
MickeyKay 27835605d3 * Add grunt and various tasks.
* Run csscomb task on stylesheet - not ideal formatting though.
2015-07-24 17:14:59 -07:00

20 lines
651 B
JSON

{
"title": "Trestle",
"description": "A handy boilerplate child theme for serious Genesis developers.",
"version": "2.2.0",
"homepage": "https://github.com/MIGHTYminnow/trestle",
"author": {
"name": "MIGHTYminnow Web Studio & School",
"email": "info@mightyminnow.com",
"url": "http://mightyminnow.com/plugin-landing-page?utm_source=trestle&utm_medium=theme&utm_campaign=Trestle"
},
"devDependencies": {
"grunt": "latest",
"load-grunt-tasks": "latest",
"grunt-dev-update": "latest",
"grunt-prompt": "latest",
"grunt-text-replace": "latest",
"grunt-wp-i18n": "latest",
"grunt-wp-css": "latest"
}
}