grunt-sed
Version:
Grunt task for search and replace.
47 lines (46 loc) • 928 B
JSON
{
"name": "grunt-sed",
"description": "Grunt task for search and replace.",
"version": "0.1.1",
"homepage": "https://github.com/jharding/grunt-sed",
"author": {
"name": "Jake Harding",
"email": "jacob.s.harding@gmail.com"
},
"repository": {
"type": "git",
"url": "git://github.com/jharding/grunt-sed.git"
},
"bugs": {
"url": "https://github.com/jharding/grunt-sed/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jharding/grunt-sed/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">=0.8.0"
},
"scripts": {
"test": "/usr/bin/env node test/test.js"
},
"dependencies": {
"replace": "~0.2.4"
},
"peerDependencies": {
"grunt": "~0.4"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-jshint": "~0.1"
},
"keywords": [
"grunt",
"gruntplugin",
"sed",
"search",
"replace"
]
}