forked from enjikaka/obj-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 899 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
{
"name": "obj-viewer",
"version": "1.0.6",
"description": "",
"main": "index.js",
"module": "index.js",
"scripts": {
"test": "npm-run-all lint:types lint:js",
"lint:types": "tsc -p jsconfig.json --noEmit",
"lint:js": "eslint *.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/enjikaka/obj-viewer.git"
},
"keywords": [
"obj",
"mtl",
"three",
"js",
"web",
"components"
],
"author": "Jeremy Karlsson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/enjikaka/obj-viewer/issues"
},
"homepage": "https://github.com/enjikaka/obj-viewer#readme",
"devDependencies": {
"@types/three": "^0.93.22",
"eslint": "^5.14.1",
"eslint-config-tidal": "^1.2.0",
"npm-run-all": "^4.1.5",
"typescript": "^3.3.3333"
},
"dependencies": {
"three": "^0.101.1"
}
}