{
  "name": "alchemy-resource",
  "description": "alchemy-resource is a layer on alchemy-ether that adds resource",
  "version": "1.0.3",
  "homepage": "https://github.com/LoyaltyNZ/alchemy-resource",
  "repository": {
    "type": "git",
    "url": "https://github.com/LoyaltyNZ/alchemy-resource.git"
  },
  "author": {
    "name": "Graham Jenson",
    "email": "Graham.Jenson@loyalty.co.nz"
  },
  "main": "src/alchemy-resource.litcoffee",
  "engines": {
    "node": ">= 0.12.7"
  },
  "dependencies": {
    "alchemy-ether": "1.0.3",
    "bluebird": "^3.7.2",
    "coffeescript": "^2.7.0",
    "lodash": "^4.17.21",
    "memcached": "^2.2.2"
  },
  "devDependencies": {
    "braces": "^3.0.3",
    "chai": "^4.3.7",
    "debug": "^4.3.5",
    "flat": "^6.0.1",
    "get-func-name": "^3.0.0",
    "minimatch": "^9.0.5",
    "mocha": "^7.2.0"
  },
  "scripts": {
    "test": "mocha test/*.coffee --exit --require coffeescript/register --require test/spec_helper --recursive --reporter spec",
    "doc": "cat src/alchemy-resource.litcoffee > README.md && docco -l linear src/alchemy-resource.litcoffee && docco src/*.coffee -o docs/src && docco examples/*.coffee -o docs/examples"
  },
  "license": "LGPL-3.0"
}
