grunt-nuget
Version:
Grunt NuGet interface - Prepare, package and publish your application in NuGet gallery using Grunt JS
38 lines (37 loc) • 839 B
JSON
{
"name": "grunt-nuget",
"description": "Grunt NuGet interface - Prepare, package and publish your application in NuGet gallery using Grunt JS",
"version": "0.3.1",
"homepage": "https://github.com/spatools/grunt-nuget.git",
"license": "MIT",
"author": {
"name": "SPA Tools",
"url": "http://github.com/spatools/"
},
"repository": {
"type": "git",
"url": "git://github.com/spatools/grunt-nuget.git"
},
"bugs": {
"url": "https://github.com/spatools/grunt-nuget/issues"
},
"scripts": {
"test": "grunt"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0"
},
"keywords": [
"gruntplugin",
"grunt",
"nuget",
"package",
"pack",
"spec",
"update",
"restore",
"publish",
"gallery"
]
}