gabrieloheix/npm-noglifyjs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "noglify-js",
  "version": "3.1.0",
  "description": "JavaScript non-minifier tool only concatenating files",
  "main": "src/noglify.js",
  "bin": "bin/noglify-js",
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover _mocha"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gabrieloheix/npm-noglifyjs.git"
  },
  "keywords": [
    "JavaScript",
    "minifier",
    "minify",
    "debug",
    "tool",
    "command",
    "concat",
    "cat",
    "concatenate",
    "concatenation"
  ],
  "author": "Gabriel Oheix",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gabrieloheix/npm-noglifyjs/issues"
  },
  "homepage": "https://github.com/gabrieloheix/npm-noglifyjs#readme",
  "dependencies": {
    "commander": "^6.0.0"
  },
  "devDependencies": {
    "mocha": "^8.0.1"
  }
}