UNPKG

grunt-exec

Version:

Grunt task for executing shell commands.

44 lines (43 loc) 884 B
{ "name": "grunt-exec", "description": "Grunt task for executing shell commands.", "version": "3.0.0", "homepage": "https://github.com/jharding/grunt-exec", "author": { "name": "Jake Harding", "email": "jacob.s.harding@gmail.com" }, "contributors": [ "Graeme Wicksted <graeme.wicksted@gmail.com>" ], "repository": { "type": "git", "url": "git://github.com/jharding/grunt-exec.git" }, "bugs": { "url": "https://github.com/jharding/grunt-exec/issues" }, "license": "MIT", "main": "Gruntfile.js", "engines": { "node": ">=0.8.0" }, "scripts": { "test": "node test/test.js" }, "peerDependencies": { "grunt": ">=0.4" }, "devDependencies": { "grunt": "^1.0.0", "grunt-contrib-jshint": "^1.1.0" }, "keywords": [ "grunt", "gruntplugin", "shell", "exec", "execute", "spawn" ] }