This repository has been archived by the owner on Nov 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
75 lines (75 loc) · 1.76 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "hyper3d",
"version": "0.0.1",
"description": "High-end WebGL renderer for three.js",
"main": "dist/hyper3d.js",
"author": "yvt <[email protected]> (https://yvt.jp/)",
"homepage": "https://hyper3d.github.io/",
"keywords": [
"WebGL",
"rendering",
"engine",
"ThreeJS",
"Three",
"3D",
"renderer"
],
"repository": {
"type": "git",
"url": "https://github.com/Hyper3D/hyper3d.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Hyper3D/hyper3d/issues"
},
"dependencies": {
"three": "^0.73.0"
},
"devDependencies": {
"bower": "^1.4.1",
"browserify": "^12.0.1",
"browserify-global-shim": "^1.0.0",
"coffee-script": "^1.10.0",
"del": "^2.0.0",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-add-src": "^0.2.0",
"gulp-bump": "^1.0.0",
"gulp-concat": "^2.6.0",
"gulp-concat-util": "^0.5.2",
"gulp-filter": "^3.0.0",
"gulp-git": "^1.2.4",
"gulp-inject": "^3.0.0",
"gulp-mirror": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-tag-version": "^1.3.0",
"gulp-tslint": "^4.2.1",
"gulp-typescript": "^2.8.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.6",
"gulp-webserver": "^0.9.1",
"inquirer": "^0.11.0",
"licensify": "^2.0.1",
"main-bower-files": "^2.9.0",
"multipipe": "^0.2.1",
"requirejs": "^2.1.20",
"through2": "^2.0.0",
"tsd": "^0.6.4",
"tslint": "^3.2.1",
"typescript": "^1.5.3",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"scripts": {
"tsd-install": "tsd install",
"prepublish": "npm run-script build",
"watch": "gulp",
"build": "gulp build",
"lib": "gulp js:lib"
},
"typescript": {
"definitions": [
"dist/hyper3d.d.ts"
]
}
}