{
  "name": "zu",
  "version": "1.1.1",
  "main": "lib/zu.js",
  "description": "Functional DOM grokking with CSS style selectors",
  "repository": {
    "type": "git",
    "url": "github.com/algesten/zu.git"
  },
  "bugs": {
    "url": "https://github.com/algesten/zu/issues"
  },
  "homepage": "https://github.com/algesten/zu",
  "scripts": {
    "test": "mocha",
    "prepare": "rm -rf lib && coffee -m -c -o lib src"
  },
  "author": "Martin Algesten",
  "license": "MIT",
  "dependencies": {
    "dom-serializer-always-lt": "^0.1.0",
    "fnuc": "^3.0.6",
    "htmlparser2": "^3.9.0"
  },
  "devDependencies": {
    "chai": "^4",
    "coffee-script": "^1.10.0",
    "mocha": "^4.0"
  },
  "keywords": [
    "css",
    "selectors",
    "dom",
    "functional programming",
    "functional",
    "programming",
    "curry",
    "composition",
    "jquery",
    "cheerio"
  ]
}
