Risto-Stevcev/yumparse

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "yumparse",
  "version": "0.0.6",
  "description": "A simple, lightweight and flexible command line argument parser.",
  "main": "./src/yumparse.js",
  "scripts": {
    "test": "./node_modules/.bin/grunt"
  },
  "repository": {
    "type": "git",
    "url": "Risto-Stevcev/yumparse"
  },
  "homepage": "http://risto-stevcev.github.io/yumparse/",
  "keywords": [
    "argument",
    "parser",
    "argparse",
    "cli",
    "command",
    "line"
  ],
  "author": "Risto Stevcev <risto1@gmail.com>",
  "license": "BSD",
  "devDependencies": {
    "grunt": "^0.4.5",
    "grunt-cli": "^0.1.13",
    "grunt-codeclimate": "0.0.1-1",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-jshint": "^0.10.0",
    "grunt-jsdoc": "^0.5.7",
    "grunt-mocha-istanbul": "^2.2.0",
    "istanbul": "^0.3.5",
    "mocha": "^2.0.1",
    "should": "^4.4.1"
  },
  "dependencies": {
    "mustache": "^0.8.2"
  }
}