UNPKG

pet-gen

Version:

Procedural Equirectangular Texture Generators

52 lines (51 loc) 1.21 kB
{ "name": "pet-gen", "version": "1.7.1", "description": "Procedural Equirectangular Texture Generators", "keywords": [ "texture", "generator", "procedural", "equirectangular", "three.js" ], "homepage": "https://boytchev.github.io/texture-generator/", "bugs": { "url": "https://github.com/boytchev/texture-generator/issues" }, "license": "MIT", "author": "Pavel Boytchev (https://github.com/boytchev)", "files": [ "LICENSE", "package.json", "README.md", "src" ], "main": "src/texture-generator.js", "directories": { "doc": "docs", "example": "examples", "online": "online" }, "repository": { "type": "git", "url": "git+https://github.com/boytchev/texture-generator.git" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "semver": "^7.6.2", "three": "^0.164.1" }, "devDependencies": { "@eslint/js": "^9.4.0", "@stylistic/eslint-plugin": "^2.1.0", "@stylistic/eslint-plugin-js": "^2.1.0", "eslint": "^9.4.0", "eslint-config-mdcs": "^5.0.0", "eslint-plugin-html": "^8.1.1", "globals": "^15.3.0", "vite": "^5.2.12" } }