{
  "name": "@dashkite/amen",
  "version": "0.9.36",
  "description": "A simple test library for use with async functions",
  "keywords": [
    "test",
    "asynchronous",
    "promises"
  ],
  "homepage": "https://github.com/pandastrike/amen",
  "bugs": {
    "url": "https://github.com/pandastrike/amen/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/pandastrike/amen.git"
  },
  "license": "SEE LICENSE IN LICENSE.md",
  "contributors": [
    {
      "name": "Dan Yoder",
      "email": "dan@pandastrike.com"
    }
  ],
  "exports": {
    ".": {
      "browser": "./build/browser/src/index.js",
      "node": "./build/node/src/index.js"
    }
  },
  "main": "build/node/src/index.js",
  "files": [
    "build/browser/src",
    "build/node/src"
  ],
  "scripts": {
    "test": "genie test",
    "build": "genie build",
    "release": "genie release"
  },
  "devDependencies": {
    "@dashkite/assert": "0.7.18",
    "@dashkite/genie": "0.20.14",
    "@dashkite/genie-clean": "0.9.0",
    "@dashkite/genie-coffee": "0.9.0",
    "@dashkite/genie-module": "^0.5.62",
    "@dashkite/genie-release": "0.5.0"
  }
}
