{
  "name": "@test-fixtures/lorem",
  "version": "0.0.2",
  "description": "Test fixture as a JS module containing the text Lorem Ipsum",
  "keywords": [
    "test",
    "fixture",
    "text",
    "JavaScript",
    "Lorem",
    "Ipsum"
  ],
  "license": "ISC",
  "author": "webdiscus (https://github.com/webdiscus)",
  "maintainers": [
    "webdiscus (https://github.com/webdiscus)"
  ],
  "homepage": "https://github.com/webdiscus/test-fixtures-lorem",
  "bugs": {
    "url": "https://github.com/webdiscus/test-fixtures-lorem/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/webdiscus/test-fixtures-lorem.git"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "main": "src/fixture-lorem.js",
  "scripts": {
    "publish:public": "npm publish --access public"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
  },
  "devDependencies": {
  }
}
