-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.18 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "pet-gen",
"version": "1.7.0",
"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"
}
}