forked from epranka/gpucomputationrender-three
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 808 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
{
"name": "gpucomputationrender-three",
"version": "2.0.0",
"description": "GPUComputationRender module for Three.js with ES6 compatibility",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/epranka/gpucomputationrender-three.git",
"author": "Edvinas Pranka (@epranka, https://www.kodmina.lt)",
"license": "MIT",
"private": false,
"keywords": [
"three",
"typescript",
"es6",
"gpu",
"gpugpu",
"shaders",
"render"
],
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"three": ">=0.116.0"
},
"devDependencies": {
"three": "^0.116.1",
"typescript": "^3.8.3"
}
}