UNPKG

gpw-cli

Version:

A new Grunt pipeline for Wordpress themes in HTML/js/css and Polymer webcomponents developing

70 lines (69 loc) 1.56 kB
{ "version": "1.6.7", "name": "gpw-cli", "_args": [ [ { "raw": "gpw-cli", "scope": null, "escapedName": "gpw-cli", "name": "gpw-cli", "rawSpec": "", "spec": "latest", "type": "tag" } ] ], "_npmUser": { "name": "giordano", "email": "giordano.zannoni@triboo.it" }, "keywords": [ "Grunt", "Polymer", "Wordpress", "Webcomponents", "cli", "pipeline" ], "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", "maintainers": [ { "name": "Giordano Zannoni", "email": "giordano.zannoni@triboo.it" }, { "name": "Romolo Buondestino", "email": "romolo.buondestino@triboo.it" } ], "license": "ISC", "repository": "https://bitbucket.org/GiordanoZannoni1/gpw-cli", "readmeFilename": "Readme.md", "bin": { "gpw": "./bin/gpw.js" }, "main": "lib/index.js", "preferGlobal": "true", "scripts": { "test": "node bin/gpw.js new" }, "devDependencies": {}, "dependencies": { "async": "^0.9.0", "bower": "^1.6.8", "colors": "^1.0.3", "inquirer": "^0.8.3", "is-root": "^1.0.0", "multiline": "^1.0.2", "nopt": "^3.0.1", "npm": "^2.1.12", "paint-by-number": "1.0.0", "rimraf": "^2.2.8", "semver": "^4.3.0", "string-length": "^1.0.0", "update-notifier": "^0.2.2", "which": "^1.0.8" } }