grunt-svninfo
Version:
Subversion working copy metadata (svn info) grunt plugin
46 lines (45 loc) • 1.02 kB
JSON
{
"name": "grunt-svninfo",
"description": "Subversion working copy metadata (svn info) grunt plugin",
"version": "0.1.6",
"homepage": "https://github.com/liqweed/grunt-svninfo",
"author": {
"name": "liqweed"
},
"repository": {
"type": "git",
"url": "git://github.com/liqweed/grunt-svninfo.git"
},
"bugs": {
"url": "https://github.com/liqweed/grunt-svninfo/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/liqweed/grunt-svninfo/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-coffeelint": "*",
"grunt-mocha-cli": "*",
"grunt": "~0.4.x"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"svn",
"subversion",
"svninfo"
]
}