{
  "name": "ramda-extended-rsvp",
  "main": "dist/ramda-extended-rsvp.js",
  "version": "0.1.5",
  "homepage": "https://github.com/mediasuitenz/ramda-extended-rsvp",
  "authors": [
    "Patrick Walsh <patrick.nilsen.walsh@gmail.com>"
  ],
  "description": "Add RSVP support to ramda-extended",
  "moduleType": [
    "amd",
    "globals",
    "node"
  ],
  "keywords": [
    "ramda",
    "ramda-extended",
    "ramda-extended-rsvp",
    "rsvp"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "ramda-extended": "~0.3.1"
  }
}
