forked from Itee/three-full
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "three-full",
"version": "11.2.0",
"description": "The famous ThreeJs library with integrated examples as es6 modules",
"main": "builds/Three.cjs.js",
"module": "builds/Three.es.js",
"scripts": {
"help": "gulp help",
"patch": "gulp patch-three",
"clean": "gulp clean",
"lint": "gulp lint",
"convert": "gulp convert-three",
"build": "gulp build-three",
"build-test": "rollup -c configs/rollup.tests.conf.js",
"release": "gulp release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Itee/three-full.git"
},
"keywords": [
"threejs",
"es6",
"examples",
"module",
"3d"
],
"author": "Itee",
"license": "MIT",
"bugs": {
"url": "https://github.com/Itee/three-full/issues"
},
"homepage": "https://github.com/Itee/three-full#readme",
"dependencies": {},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.0",
"gulp-batch-replace": "^0.0.0",
"gulp-eslint": "^5.0.0",
"gulp-util": "^3.0.8",
"rollup": "^0.65.0",
"rollup-plugin-buble": "^0.19.2",
"rollup-plugin-uglify-es": "0.0.1",
"three": "^0.96.0"
}
}