grunt-merge-conflict
Version:
Grunt plugin for preventing you from accidentally comitting a merge conflict into your project
28 lines (27 loc) • 627 B
JSON
{
"name": "grunt-merge-conflict",
"version": "0.0.2",
"description": "Grunt plugin for preventing you from accidentally comitting a merge conflict into your project",
"main": "Gruntfile.js",
"scripts": {
"test": "mocha tests"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-mocha-cli": "~1.0.1",
"mocha": "~1.11.0",
"should": "~1.2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/btford/grunt-merge-conflict"
},
"keywords": [
"grunt",
"git",
"merge conflict"
],
"author": "Brian Ford",
"license": "BSD"
}