forked from severeon/node-stl-thumbnailer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1016 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1016 Bytes
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
{
"name": "node-stl-thumbnailer",
"version": "1.0.1",
"description": "Nodejs thumbnailing service for 3D STL files. Creates beautifully rendered png and jpeg output server-side with no GPU from ASCII and Binary STL's.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/instructables/node-stl-thumbnailer.git"
},
"keywords": [
"stl",
"three",
"threejs",
"thumbnail",
"canvas",
"render",
"node",
"nodejs",
"3d",
"3d",
"model",
"stereolithography",
"server-side",
"gpu",
"cpu"
],
"author": "instructaPhil",
"license": "MIT",
"bugs": {
"url": "https://github.com/instructables/node-stl-thumbnailer/issues"
},
"homepage": "https://github.com/instructables/node-stl-thumbnailer#readme",
"dependencies": {
"canvas": "^1.6.2",
"lodash": "^4.17.4",
"request": "^2.79.0",
"three": "^0.84.0"
}
}