generator-wp-fluidity
Version:
A WordPress theme YeoMan generator, to kickstart WordPress theme development with yo & grunt. Utilizing Stylus w/Fluidity, JadePHP, and Coffeescript.
31 lines (30 loc) • 896 B
JSON
{
"name": "grunt-<%= themeNameSpace %>",
"version": "0.0.1",
"devDependencies": {
"fluidity": "git://github.com/InkSpeck/fluidity.git",
"jade": "~1.5.0",
"jade-php": "~0.1.1",
"coffee-script": "~1.7.1",
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.4.3",
"grunt-contrib-uglify": "~0.2.1",
"matchdep": "~0.1.2",
"grunt-contrib-stylus": "~0.5.0",
"grunt-phpcs": "~0.2.1",
"grunt-contrib-jshint": "~0.7.2",
"grunt-notify": "~0.2.16",
"grunt-contrib-copy": "~0.5.0",
"grunt-copy-to": "0.0.10",
"grunt-rm": "0.0.4",
"grunt-contrib-clean": "~0.5.0",
"grunt-jade-php": "~0.1.0",
"grunt-contrib-coffee": "~0.7.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-coffeelint": "~0.0.6",
"grunt-styleguide": "~0.2.6",
"grunt-docco": "~0.2.0",
"grunt-preprocess": "~4.0.0"
}
}