25 lines
539 B
JSON
25 lines
539 B
JSON
{
|
|
"name": "dyna3",
|
|
"version": "0.1.0",
|
|
"description": "Constraint-based three-dimensional dynamic geometry",
|
|
"private": "true",
|
|
"main": "dyna3.js",
|
|
"scripts": {
|
|
"test": "qunit"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.studioinfinity.org/glen/dyna3.git"
|
|
},
|
|
"keywords": [
|
|
"webgl",
|
|
"geometry"
|
|
],
|
|
"author": "Glen Whitney",
|
|
"license": "GPL-3.0-or-later",
|
|
"dependencies": {
|
|
"three": "latest"
|
|
},
|
|
"//": "See doc/tech.md for an overview of the technical structure of dyna3"
|
|
}
|