{
  "name": "arguejs",
  "version": "0.2.3",
  "description": "ArgueJS is a library that allows you to delightfully extend your methods's signatures with optional parameters, default values and type-checking.",
  "main": "argue.js",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "karma start"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/zvictor/ArgueJS.git"
  },
  "maintainers": [
    {
      "name": "José Victor Duarte",
      "url": "http://zvictor.net"
    }
  ],
  "contributors": [

  ],
  "bugs": {
    "url": "http://github.com/zvictor/ArgueJS/issues"
  },
  "devDependencies": {
    "karma": "*"
  },
  "keywords": [
    "arguejs",
    "argue",
    "arguments",
    "parameters"
  ],
  "author": {
    "name" : "José Victor Duarte",
    "url" : "http://zvictor.net/"
  },
  "license": "BSD",
  "readmeFilename": "README.md"
}
