{
  "name": "fixture-mocha-failure",
  "version": "1.0.0",
  "description": "test fixture",
  "main": "index.js",
  "scripts": {
    "test": "mocha test-*.js"
  },
  "author": "Rod <rod@vagg.org> (http://r.va.gg/)",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/rvagg/polendina.git"
  },
  "devDependencies": {
    "chai": "^5.1.1",
    "mocha": "^11.0.1"
  }
}
