webpack-vertx-plugin
Version:
A webpack plugin to bundle an eclipse vertx js application
24 lines (19 loc) • 414 B
JSON
{
"name": "webpack-vertx-plugin",
"version": "0.0.6",
"description": "A webpack plugin to bundle an eclipse vertx js application",
"main": "index.js",
"author": "Paulo Lopes",
"license": "MIT",
"keywords": [
"webpack",
"vert.x"
],
"repository": {
"type": "git",
"url": "https://github.com/pmlopes/webpack-vertx-plugin.git"
},
"dependencies": {
"chalk": "^2.0.1"
}
}