grunt-polymer-wp
Version:
A new Grunt pipeline for Wordpress themes in HTML/js/css and Polymer webcomponents developing
47 lines (46 loc) • 1.34 kB
JSON
{
"name": "grunt-polymer-wp",
"theme": "WP",
"domain": "{domain}",
"staging": "{staging}",
"version": "0.0.3",
"keywords": [
"Grunt",
"Polymer",
"Wordpress",
"Webcomponents"
],
"description": "A new Grunt pipeline for Wordpress themes in HTML/js/css and Polymer webcomponents developing",
"author": "Giordano Zannoni / Senior Front-end Developer, UI Designer & Graphic Designer",
"license": "ISC",
"repository": "https://GiordanoZannoni@bitbucket.org/GiordanoZannoni/grunt-polymer-pipeline-for-wp.git",
"readmeFilename": "Readme.md",
"bin": {
"new-pipeline": "bin/configuration.js"
},
"main": "bin/configuration.js",
"preferGlobal": "true",
"scripts": {
"postinstall": "",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"grunt": "latest",
"grunt-autoprefixer": "latest",
"grunt-contrib-compass": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-contrib-imagemin": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-critical": "latest",
"grunt-exec": "latest",
"grunt-http": "latest",
"grunt-http-server": "latest",
"grunt-replace": "latest",
"grunt-sync": "latest"
},
"dependencies": {
"inquirer": "latest"
}
}