{
    "name": "argument-validator",
    "description": "Simple Argument Validator for JavaScript",
    "version": "0.1.0",
    "private": false,
    "keywords": [ "argument-validator", "argument validator", "validator" ],
    "author": "Deividy Metheler <deividyz@gmail.com>",
    "main": "argument-validator.js",
    "repository": {
        "type": "git",
        "url": "https://github.com/Deividy/argument-validator.git"
    },
    "bugs": {
        "url": "https://github.com/Deividy/argument-validator/issues"
    },
    "devDependencies": {
        "mocha": "",
        "should": "",
        "karma-mocha": "",
        "karma-script-launcher": "",
        "karma-chrome-launcher": "",
        "karma-firefox-launcher": "",
        "karma-phantomjs-launcher": "",
        "karma": "",
        "grunt": "",
        "grunt-contrib-uglify": "",
        "grunt-karma": "",
        "grunt-mocha-test": ""
    },
    "scripts": {
        "test": "grunt test"
    },
    "licenses": [
        {
            "type": "MIT",
            "url": "https://raw.github.com/Deividy/argument-validator/master/LICENSE"
        }
    ],
    "files": [
        "argument-validator.js",
        "argument-validator.min.js",
        "LICENSE"
    ]
}
