{
  "name": "clues",
  "version": "4.0.5",
  "description": "Lightweight logic tree solver using promises.",
  "keywords": [
    "asynchronous",
    "async",
    "promises"
  ],
  "author": "(c) Ziggy Jonsson (http://github.com/zjonsson/)",
  "repository": {
    "type": "git",
    "url": "http://github.com/ZJONSSON/clues.git"
  },
  "main": "clues.js",
  "dependencies": {
    "bluebird": "~3.5.2"
  },
  "devDependencies": {
    "tap": "~10.3.2"
  },
  "license": "MIT",
  "scripts": {
    "test": "tap test --jobs=10 -Rspec --coverage-report=html --no-browser"
  }
}
