-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
41 lines (41 loc) · 926 Bytes
/
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
{
"name": "three-m2loader",
"version": "5.2.0",
"description": "three.js loader for importing M2 assets from World of Warcraft.",
"type": "module",
"main": "M2Loader.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mugen87/three-m2loader.git"
},
"keywords": [
"three.js",
"M2",
"World of Warcraft"
],
"author": "Mugen87",
"license": "MIT",
"bugs": {
"url": "https://github.com/Mugen87/three-m2loader/issues"
},
"eslintConfig": {
"extends": "mdcs",
"plugins": [
"html"
]
},
"homepage": "https://github.com/Mugen87/three-m2loader#readme",
"dependencies": {
"three": "0.159.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-mdcs": "^5.0.0",
"eslint-plugin-html": "^7.1.0",
"serve": "^14.2.1"
}
}