x-math
Version:
Math library inspired by Google Closure library
29 lines (28 loc) • 527 B
JSON
{
"name": "x-math",
"version": "0.12.0",
"description": "Math library inspired by Google Closure library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/xixixao/x-math"
},
"keywords": [
"math",
"google",
"closure",
"coordinate",
"rectangle",
"rect",
"box",
"margin",
"padding",
"vector",
"2d"
],
"author": "xixixao",
"license": "BSD-2-Clause"
}