gulp-war
Version:
A Java WAR file generator plugin for Gulp
41 lines (40 loc) • 887 B
JSON
{
"name": "gulp-war",
"version": "0.1.4",
"description": "A Java WAR file generator plugin for Gulp",
"keywords": [
"gulpplugin",
"war"
],
"homepage": "https://github.com/ScottWeinstein/gulp-war",
"bugs": "https://github.com/ScottWeinstein/gulp-war/issues",
"author": {
"name": "Scott Weinstein",
"email": "scottwww@squidnet.com",
"url": "https://github.com/ScottWeinstein"
},
"main": "./index.js",
"repository": {
"type": "git",
"url": "git://github.com/ScottWeinstein/gulp-war.git"
},
"scripts": {
"test": "mocha"
},
"dependencies": {
"event-stream": "3.3.2",
"gulp-util": "3.0.7",
"through": "2.3.8"
},
"devDependencies": {
"mocha": "2.4.5",
"should": "8.2.1",
"gulp": "3.9.0",
"gulp-zip": "3.1.0"
},
"engines": {
"node": ">=0.10.0",
"npm": ">=1.2.10"
},
"license": "MIT"
}