-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
56 lines (56 loc) · 1.41 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
{
"name": "three-full",
"version": "28.0.2",
"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": "gulp build-test",
"test": "gulp test",
"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": {
"chai": "^4.2.0",
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-batch-replace": "^0.0.0",
"gulp-eslint": "^6.0.0",
"gulp-util": "^3.0.8",
"karma": "^4.4.1",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^1.3.0",
"karma-htmlfile-reporter": "^0.3.8",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^7.0.1",
"rollup": "^1.31.1",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-terser": "^5.2.0",
"three": "^0.137.0"
}
}