{ "name": "grunt-cli", "description": "The grunt command line interface", "version": "1.2.0", "author": "Grunt Development Team (http://gruntjs.com/development-team)", "repository": "gruntjs/grunt-cli", "license": "MIT", "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node bin/grunt test" }, "bin": { "grunt": "bin/grunt" }, "dependencies": { "findup-sync": "~0.3.0", "grunt-known-options": "~1.1.0", "nopt": "~3.0.6", "resolve": "~1.1.0" }, "devDependencies": { "grunt": "~0.4.5", "grunt-contrib-jshint": "~1.0.0" }, "files": [ "bin", "completion", "lib" ], "appveyor_id": "prp6g944b05jsq6d" }