File size: 1,206 Bytes
73c6193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "gl-avatar-threejs",
  "version": "0.0.1",
  "description": "threejs viewer supporting gl avatar",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack",
    "build-watch": "webpack --watch",
    "build-viewer": "webpack --config webpack-viewer.config.js",
    "dev-server": "node_modules/.bin/webpack-dev-server"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shrekshao/gl-avatar-threejs.git"
  },
  "author": "shrekshao",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/shrekshao/gl-avatar-threejs/issues"
  },
  "homepage": "https://github.com/shrekshao/gl-avatar-threejs#readme",
  "dependencies": {
    "css-loader": "^0.28.7",
    "dat.gui": "^0.7.2",
    "html-webpack-plugin": "^2.30.1",
    "style-loader": "^0.19.0",
    "three": "^0.87.1",
    "three-orbit-controls": "^82.1.0"
  },
  "devDependencies": {
    "command-line-args": "^5.0.1",
    "command-line-usage": "^4.1.0",
    "fs": "0.0.1-security",
    "fs-extra": "^5.0.0",
    "path": "^0.12.7",
    "pngjs": "^3.3.2",
    "webpack": "^3.8.1",
    "webpack-cli": "^3.3.0",
    "webpack-dev-server": "^3.1.11"
  }
}