{ "name": "frustum-intersects", "version": "0.2.4", "description": "Determines if camera's frustum intersects with aabb box and sphere", "main": "dist/frustum-intersects.js", "module": "src/index.js", "jsnext:main": "src/index.js", "scripts": { "build": "rollup -c rollup.config.js", "dev": "rollup -w -c rollup.config.js", "test": "mocha -r @babel/register test/specs.js", "tdd": "mocha -w -r @babel/register test/specs.js", "prepare": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/fuzhenn/frustum-intersects.git" }, "bugs": { "url": "https://github.com/fuzhenn/frustum-intersects/issues" }, "homepage": "https://github.com/fuzhenn/frustum-intersects", "files": [ "src" ], "keywords": [ "webgl", "frustum" ], "author": "fuzhenn", "license": "MIT", "dependencies": {}, "devDependencies": { "mocha": "^5.2.0", "rollup": "^0.64.1", "rollup-plugin-uglify": "^4.0.0", "@babel/cli": "^7.7.4", "@babel/core": "^7.7.4", "@babel/preset-env": "^7.7.4", "@babel/register": "^7.7.4" } }