{
  "name": "signature-js",
  "version": "0.0.1",
  "description": "Polymorphism for javascript",
  "main": "./index.js",
  "scripts": {
    "test": "mocha -w -R spec --compilers coffee:coffee-script/register test/*",
    "build": "gulp build"
  },
  "repository": {
    "type": "git",
    "url": "https://artarf@github.com/artarf/signature.js.git"
  },
  "keywords": [
    "function signature",
    "signature",
    "arguments",
    "utility",
    "polymorphism",
    "helper"
  ],
  "author": "Arto Arffman",
  "homepage": "https://github.com/artarf/signature.js",
  "dependencies": {
    "check-args-impl": "0.0.5"
  },
  "devDependencies": {
    "chai": "^1.9.1",
    "coffee-script": "^1.7.1",
    "gulp": "^3.8.8",
    "gulp-coffee": "^2.2.0",
    "gulp-coffeelint": "^0.4.0",
    "gulp-concat": "^2.4.0",
    "gulp-mocha": "^1.0.0",
    "mocha": "^1.21.4"
  },
  "license": "MIT"
}
