UNPKG

grunt-war

Version:

Pure JS implementation for generating a WAR file.

55 lines (54 loc) 1.12 kB
{ "name": "grunt-war", "description": "Pure JS implementation for generating a WAR file.", "version": "0.5.1", "homepage": "https://github.com/MorrisLLC/grunt-war", "author": { "name": "Robert Morris", "email": "wibobm@gmail.com" }, "license": "MIT", "engines": { "node": ">= 0.10.0" }, "maintainers": [ { "name": "Bob Morris", "email": "wibobm+grunt@gmail.com" } ], "repository": { "type": "git", "url": "git://github.com/MorrisLLC/grunt-war" }, "bugs": { "url": "https://github.com/MorrisLLC/grunt-war/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/MorrisLLC/grunt-war/blob/master/LICENSE-MIT" } ], "main": "Gruntfile.js", "engines": { "node": ">= 0.8.0" }, "scripts": { "test": "grunt test" }, "dependencies": { "archiver": ">= 0.12.0" }, "devDependencies": { "grunt-contrib-jshint": ">= 1.0.0", "grunt-contrib-clean": ">= 1.0.0", "grunt-contrib-nodeunit": ">= 1.0.0" }, "keywords": [ "gruntplugin", "maven", "war", "maven-war-plugin" ] }