代码拉取完成,页面将自动刷新
{
"name": "js-2dmath",
"version": "0.1.0",
"description": "Fast 2d geometry math: Vector2, Rectangle, Circle, Matrix2x3 (2D transformation), Circle, BoundingBox, Line2, Segment2, Intersections, Distances, Transitions (animation/tween), Random numbers, Noise",
"main": "./index.js",
"keywords": [
"geometry",
"vector",
"circle",
"transformation matrix",
"matrix 2d",
"matrix2x3",
"boundingbox",
"lines",
"segments",
"intersections",
"distances",
"rectangle",
"random numbers",
"xorshift",
"noise",
"perlin noise",
"simple noise"
],
"directories": {
"lib": ".",
"test": "test"
},
"scripts": {
"test": "tap test/test-*.js",
"browserify": "browserify -r ./index.js:js-2dmath -o js-2dmath-browser.js",
"postinstall": "grunt dist"
},
"repository": {
"type": "git",
"url": "git://github.com/llafuente/js-2dmath.git"
},
"author": {
"name": "Luis Lafuente",
"email": "llafuente@noboxout.com",
"url": "http://www.noboxout.com"
},
"license": "MIT",
"engine": {
"node": ">=0.10"
},
"dependencies": {
"array-enhancements": "*",
"object-enhancements": "*",
"funlinify": "0.0.1"
},
"devDependencies": {
"argumentify": "*",
"tap": "0.4.9",
"grunt-contrib-watch": "0.6.1",
"browserify": "4.1.6",
"falafel": "0.3.1",
"grunt-contrib-uglify": "0.4.0",
"grunt-cli": "0.1.13",
"grunt": "0.4.5"
},
"jshintConfig": {
"white": true,
"curly": true,
"eqeqeq": true,
"indent": 4,
"asi": false,
"boss": false,
"browser": true,
"devel": true,
"maxdepth": 4,
"maxstatements": 25,
"maxcomplexity": 6,
"eqnull": true,
"es5": true,
"evil": false,
"immed": false,
"jquery": true,
"latedef": false,
"laxcomma": true,
"laxbreak": true,
"newcap": true,
"node": true,
"noempty": true,
"nonew": true,
"predef": [
"log"
],
"quotmark": "double",
"smarttabs": false,
"strict": false,
"trailing": true,
"undef": true,
"unused": true
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。