{
  "name": "dummyjs",
  "version": "1.1.7",
  "description": "placeholder text & images for HTML prototyping in modern JS apps",
  "keywords": [
    "dummy",
    "placeholder",
    "text",
    "images",
    "html",
    "prototyping",
    "lorem",
    "lipsum"
  ],
  "main": "dist/dummy.cjs.js",
  "module": "dist/dummy.es2015.js",
  "unpkg": "dist/dummy.min.js",
  "jsdelivr": "dist/dummy.min.js",
  "author": "Paul Collett",
  "license": "MIT",
  "scripts": {
    "build": "node ./build.js",
    "dev": "npm run build && cd ./website-assets && gulp serve",
    "version": "npm run build && git add . && git commit -m 'updated banner version'",
    "prepublishOnly": "npm run build",
    "publish-package": "git push && git push --tags && npm publish --registry=https://registry.npmjs.org/"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulcollett/dummyjs.git"
  },
  "bugs": {
    "url": "https://github.com/paulcollett/dummyjs/issues"
  },
  "homepage": "https://dummyjs.com/",
  "devDependencies": {
    "rollup": "^0.50.0",
    "rollup-plugin-buble": "^0.16.0",
    "uglify-js": "^3.1.5"
  }
}
