UNPKG

grunto

Version:
51 lines (50 loc) 1.12 kB
{ "name": "grunto", "description": "Organize your grunt config!", "version": "3.0.3", "homepage": "https://github.com/aliaksandr-pasynkau/grunto", "main": "lib/index.js", "author": { "name": "Aliaksandr Pasynkau", "email": "alxe.master@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/aliaksandr-pasynkau/grunto.git" }, "bugs": { "url": "https://github.com/aliaksandr-pasynkau/grunto/issues" }, "license": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/aliaksandr-pasynkau/grunto/blob/master/LICENSE-MIT" } ], "scripts": { "test": "node_modules/.bin/grunt check" }, "dependencies": { "lodash": "^4.11.2" }, "devDependencies": { "grunt": "^1.0.1", "grunt-eslint": "^18.1.0", "jit-grunt": "^0.10.0", "nodeunit": "^0.9.1" }, "keywords": [ "grunt", "config", "organizer", "structure", "tasks structure", "tasks organizer", "grutnt config organizer", "config organizer", "grunt config structure", "config structure", "gruntplugin" ] }