UNPKG

grunt-regex-replace

Version:

Grunt plugin to search and replace text content of files based on regular expression patterns

50 lines (49 loc) 1.18 kB
{ "name": "grunt-regex-replace", "description": "Grunt plugin to search and replace text content of files based on regular expression patterns", "version": "0.4.0", "homepage": "https://github.com/bomsy/grunt-regex-replace", "author": { "name": "Hubert Boma Manilla", "email": "b4bomsy@gmail.com" }, "repository": { "type": "git", "url": "git://github.com/bomsy/grunt-regex-replace.git" }, "bugs": { "url": "https://github.com/bomsy/grunt-regex-replace/issues" }, "licence": "MIT", "licenses": [ { "type": "MIT", "url": "https://github.com/bomsy/grunt-regex-replace/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "bin": "bin/grunt-regex-replace", "engines": { "node": "*" }, "scripts": { "test": "grunt test" }, "devDependencies": { "grunt": "^1.0.0", "grunt-contrib-clean": "^1.0.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-nodeunit": "^1.0.0", "grunt-contrib-watch": "^1.0.0" }, "keywords": [ "gruntplugin", "regex", "regexp", "strings", "string", "replace", "regular expressions" ] }