verlet-constraint
Version:
a single constraint, useful in a verlet system
47 lines (46 loc) • 939 B
JSON
{
"name": "verlet-constraint",
"version": "1.1.0",
"description": "a single constraint, useful in a verlet system",
"main": "2d.js",
"license": "MIT",
"author": {
"name": "Matt DesLauriers",
"email": "dave.des@gmail.com",
"url": "https://github.com/mattdesl"
},
"dependencies": {
"gl-vec2": "^1.0.0",
"gl-vec3": "^1.0.2"
},
"devDependencies": {
"deepcopy": "^0.3.3",
"tape": "^3.0.3"
},
"scripts": {
"test": "node test.js"
},
"keywords": [
"verlet",
"physics",
"constraint",
"constrain",
"string",
"line",
"lines",
"fabric",
"cloth",
"material",
"soft",
"body",
"dynamic"
],
"repository": {
"type": "git",
"url": "git://github.com/mattdesl/verlet-constraint.git"
},
"homepage": "https://github.com/mattdesl/verlet-constraint",
"bugs": {
"url": "https://github.com/mattdesl/verlet-constraint/issues"
}
}