UNPKG

grunt-process

Version:

gruntplugin for processing (add, replace, split) any file

43 lines (42 loc) 1.01 kB
{ "name": "grunt-process", "version": "1.1.4", "description": "gruntplugin for processing (add, replace, split) any file", "main": "tasks/index", "directories": { "test": "tests" }, "scripts": { "test": "node_modules/.bin/grunt test" }, "repository": { "type": "git", "url": "https://aliaksandr-pasynkau@github.com/aliaksandr-pasynkau/grunt-process.git" }, "keywords": [ "gruntplugin", "process", "file", "custom", "task", "porcessor" ], "author": "aliaksandr-pasynkau", "license": "MIT", "bugs": { "url": "https://github.com/aliaksandr-pasynkau/grunt-process/issues" }, "homepage": "https://github.com/aliaksandr-pasynkau/grunt-process", "dependencies": { "async": "^1.2.1", "lodash": "^3.8.0" }, "devDependencies": { "grunt": "^0.4.5", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-nodeunit": "^0.4.1", "grunt-contrib-watch": "^0.6.1", "grunt-eslint": "^15.0.0", "grunto": "^1.3.8" } }