{
  "name": "decorator-eq",
  "version": "0.1.6",
  "description": "Decorator for portation of haskell typeclass eq",
  "main": "./dist/index.js",
  "typings": "./dist/index",
  "scripts": {
    "test": "grunt mochaTest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://adyballa@github.com/adyballa/decorator-eq.git"
  },
  "keywords": [
    "decorator",
    "portation",
    "haskell",
    "typeclass",
    "eq",
    "comparable",
    "equality",
    "inequality"
  ],
  "author": "= <=>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/adyballa/decorator-eq/issues"
  },
  "homepage": "https://github.com/adyballa/decorator-eq#readme",
  "devDependencies": {
    "chai": "^3.5.0",
    "grunt": "^1.0.1",
    "grunt-mocha-test": "^0.12.7",
    "mocha": "^3.0.0"
  }
}
