-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 825 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 825 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
{
"name": "vrmlparser",
"version": "0.8.6",
"description": "A package that aims to help you to re-use your VRML models as 3D scenes in the browser, with the use of modern JavaScript libraries such as three.js",
"author": "Bart McLeod <mcleod@spaceweb.nl>",
"repository": {
"type": "git",
"url": "git+https://github.com/bartmcleod/VrmlParser.git"
},
"bugs": {
"url": "https://github.com/bartmcleod/VrmlParser/issues"
},
"keywords": [
"vrml",
"three.js",
"3d",
"three"
],
"dependencies": {
"fs": "0.0.2",
"pegjs-require": "*",
"three": "^0.137.0",
"tween.js": "^16.6.0"
},
"license": "MIT",
"homepage": "https://github.com/bartmcleod/VrmlParser#readme",
"main": "vrml.js",
"devDependencies": {},
"scripts": {
"test": "node vrml-parser.js"
}
}