{
  "name": "yamda",
  "version": "1.0.3",
  "description": "Library of functional programming utilities",
  "main": "index.js",
  "scripts": {
    "test": "mocha dist/spec/",
    "testwatch": "mocha --watch dist/spec/",
    "build": "./node_modules/.bin/babel src -d dist --copy-files",
    "buildwatch": "babel src -w --out-dir dist --copy-files"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yaseenagag/yamda-npm.git"
  },
  "author": "yaseen.uc@gmail.com, ethanstark@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yaseenagag/yamda-npm/issues"
  },
  "homepage": "https://github.com/yaseenagag/yamda-npm#readme",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-preset-es2015": "^6.18.0",
    "chai": "^3.5.0",
    "mocha": "^3.2.0",
    "ramda": "^0.23.0"
  }
}
