{
  "name": "dgelong",
  "version": "0.0.20",
  "description": "A JavaScript Implementation of Useful First-class Citizens",
  "main": "bundle.js",
  "scripts": {
    "test": "mocha --compilers js:babel/register tests/*.js",
    "clean": "rm *.js",
    "bundle": "browserify -r ./lib/index.js -s Dgelong -t babelify > bundle.js",
    "build": "babel lib --out-dir . && rm index.js",
    "prepublish": "npm test && npm run bundle && npm run build"
  },
  "repository": "alexeyraspopov/dgelong",
  "keywords": [
    "functional",
    "monad",
    "maybe",
    "either",
    "future",
    "observable"
  ],
  "author": "Alexey Raspopov",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/alexeyraspopov/dgelong/issues"
  },
  "homepage": "https://github.com/alexeyraspopov/dgelong",
  "devDependencies": {
    "babel": "~5.8.21",
    "babelify": "~6.2.0",
    "browserify": "~11.0.1",
    "expect.js": "^0.3.1",
    "mocha": "^2.2.5",
    "sinon": "^1.15.3"
  }
}
