UNPKG

vectors

Version:

A grab bag of vector utility functions for 2D and 3D vectors that operate on plain arrays

29 lines (28 loc) 620 B
{ "name": "vectors", "version": "0.1.0", "description": "A grab bag of vector utility functions for 2D and 3D vectors that operate on plain arrays", "main": "index.js", "scripts": { "test": "node test.js" }, "repository": { "type": "git", "url": "git://github.com/hughsk/vectors.git" }, "author": "Hugh Kennedy <hughskennedy@gmail.com>", "license": "MIT", "dependencies": {}, "devDependencies": { "emu": "0.0.2", "sourcecat": "~0.1.0", "tape": "~1.0.4" }, "readmeFilename": "README.md", "keywords": [ "vectors", "math", "utility", "browserify" ] }