UNPKG

grunt-update-submodules

Version:
48 lines (47 loc) 1.08 kB
{ "name": "grunt-update-submodules", "description": "Updates git submodules", "version": "0.4.1", "homepage": "https://github.com/jaubourg/grunt-update-submodules", "author": "Julian Aubourg <j@ubourg.net>", "repository": { "type": "git", "url": "git://github.com/jaubourg/grunt-update-submodules.git" }, "bugs": { "url": "https://github.com/jaubourg/grunt-update-submodules/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/jaubourg/grunt-update-submodules/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "bin": "bin/grunt-update-submodules", "engines": { "node": ">= 0.10.0" }, "dependencies": { }, "devDependencies": { "coveralls": "2.10.0", "grunt": "0.4.4", "grunt-contrib-jshint": "0.10.0", "grunt-jscoverage": "0.1.0", "grunt-jscs-checker": " 0.4.3", "grunt-shell": "0.7.0", "load-grunt-tasks": "0.4.0", "nodeunit": "0.8.7", "wrench": "1.5.8" }, "scripts": { "test": "grunt" }, "keywords": [ "git", "gruntplugin", "submodule", "update" ] }