{
  "name": "valentine",
  "description": "JavaScript’s Functional Sister. Utilitiy, Iterators, type checking",
  "version": "2.1.4",
  "homepage": "https://github.com/ded/valentine",
  "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)",
  "license": "MIT",
  "keywords": [
    "ender",
    "functional",
    "iteration",
    "type checking",
    "base"
  ],
  "main": "./valentine.js",
  "ender": "./src/ender.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/ded/valentine.git"
  },
  "devDependencies": {
    "sink-test": ">= 1.0.1",
    "smoosh": "0.4.x"
  },
  "scripts": {
    "test": "make test"
  }
}
