-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
44 lines (44 loc) · 1007 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
42
43
44
{
"name": "@2003scape/rsc-models",
"version": "1.1.0",
"description": "(de)serialize runescape classic 3D models",
"main": "./src/index.js",
"bin": {
"rsc-models": "./src/bin.js"
},
"scripts": {
"build-dev": "browserify browser.js > browser.bundle.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/2003scape/rsc-models.git"
},
"keywords": [
"runescape",
"rsc",
"3d",
"models",
"wavefront",
"obj",
"mtl"
],
"author": "2003Scape Team",
"license": "AGPL-3.0+",
"bugs": {
"url": "https://github.com/2003scape/rsc-models/issues"
},
"homepage": "https://github.com/2003scape/rsc-models#readme",
"dependencies": {
"glm-js": "^0.0.6-c",
"mkdirp": "^1.0.4",
"obj-file-parser": "^0.5.3",
"yargs": "^16.2.0"
},
"devDependencies": {
"buffer": "^5.2.1",
"@2003scape/rsc-archiver": "^1.1.1",
"@2003scape/rsc-config": "^1.0.1",
"browserify": "^17.0.0",
"three": "^0.137.5"
}
}