-
-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
38 lines (38 loc) · 901 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
{
"name": "@mentat/threestrap",
"version": "0.1.0-dev",
"description": "Minimal Three.js Bootstrapper",
"repository": {
"type": "git",
"url": "https://github.com/mentat-collective/threestrap.git"
},
"main": "src/threestrap.js",
"dependencies": {
"stats.js": "^0.17.0"
},
"peerDependencies": {
"three": ">=0.66.0 <=0.127.0"
},
"scripts": {
"build": "gulp",
"test": "gulp test"
},
"prettier": {},
"devDependencies": {
"eslint": "^7.28.0",
"eslint-plugin-jasmine": "^4.1.2",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-watch": "^5.0.1",
"jasmine-core": "^3.7.1",
"karma": "^6.3.3",
"karma-chrome-launcher": "^3.1.0",
"karma-jasmine": "^4.0.1",
"prettier": "2.3.1",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-stream": "^6.1.2"
},
"author": "Steven Wittens",
"license": "MIT"
}