{ "name": "grunt-text-replace", "description": "Replace text in files using strings, regexs or functions.", "version": "0.3.12", "homepage": "https://github.com/yoniholmes/grunt-text-replace", "author": "Jonathan Holmes", "repository": { "type": "git", "url": "https://github.com/yoniholmes/grunt-text-replace.git" }, "bugs": { "url": "https://github.com/yoniholmes/grunt-text-replace/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/yoniholmes/grunt-text-replace.git/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt --force" }, "devDependencies": { "grunt-contrib-jshint": ">= 0.6.3", "grunt-contrib-nodeunit": ">= 0.2.0", "grunt": ">= 0.4.1" }, "keywords": [ "gruntplugin", "replace", "text", "string", "regex", "function" ], "dependencies": {} }