{
  "name": "natural-falling-js",
  "version": "0.9.1",
  "private": false,
  "type": "module",
  "main": "./naturalfalling.js",
  "module": "./naturalfalling.js",
  "repository": "https://github.com/qtqz/natural-falling-effect.git",
  "license": "MIT",
  "exports": {
    ".": {
      "require": "./naturalfalling.js",
      "import": "./naturalfalling.js"
    }
  },
  "scripts": {},
  "dependencies": {},
  "devDependencies": {}
}