UNPKG

aframe-physics-extras

Version:

Cannon API interface components the A-Frame Physics System.

79 lines (78 loc) 2.77 kB
{ "name": "aframe-physics-extras", "version": "0.1.3", "description": "Cannon API interface components the A-Frame Physics System.", "main": "index.js", "scripts": { "build": "browserify examples/main.js -o examples/build.js -t [ babelify ]", "dev": "budo examples/main.js:build.js --dir examples --port 8000 --live --open", "dist": "browserify index.js -o dist/aframe-physics-extras.js -t [ babelify ] && cross-env NODE_ENV=production browserify index.js -o dist/aframe-physics-extras.min.js -t [ babelify ]", "lint": "standard -v | snazzy", "prepublish": "npm run dist", "preghpages": "npm run build && shx rm -rf gh-pages && shx mkdir gh-pages && shx cp -r examples/* gh-pages", "ghpages": "npm run preghpages && ghpages -p gh-pages", "start": "npm run dev", "test": "karma start ./tests/karma.conf.js", "test:ci": "TEST_ENV=ci karma start ./tests/karma.conf.js --single-run --browsers Firefox", "test:machinima": "karma start ./machinima_tests/karma.conf.js", "record:machinima": "budo machinima_tests/main.js:build.js --dir machinima_tests/scenes --port 8000 --live --open" }, "repository": { "type": "git", "url": "git+https://github.com/wmurphyrd/aframe-physics-extras.git" }, "keywords": [ "aframe", "aframe-component", "aframe-vr", "vr", "mozvr", "webvr", "foo" ], "author": "Will Murphy <william@datatitian.com>", "license": "MIT", "bugs": { "url": "https://github.com/wmurphyrd/aframe-physics-extras/issues" }, "homepage": "https://github.com/wmurphyrd/aframe-physics-extras#readme", "devDependencies": { "aframe": "^0.7.0", "aframe-environment-component": "^1.0.0", "aframe-machinima-testing": "^0.1.2", "aframe-motion-capture-components": "git+https://git@github.com/wmurphyrd/aframe-motion-capture-components.git#v0.2.8a", "aframe-physics-system": "^2.1.0", "babel-preset-env": "^1.6.0", "babel-preset-minify": "^0.2.0", "babelify": "^7.3.0", "browserify": "^13.0.0", "budo": "^8.2.2", "chai": "^4.1.2", "cross-env": "^5.0.5", "ghpages": "^0.0.8", "karma": "^1.7.1", "karma-browserify": "^5.1.1", "karma-chrome-launcher": "^2.2.0", "karma-firefox-launcher": "^1.0.1", "karma-html2js-preprocessor": "^1.1.0", "karma-mocha": "^1.3.0", "karma-mocha-reporter": "^2.1.0", "karma-sinon-chai": "^1.3.2", "mocha": "^3.5.3", "mozilla-download": "^1.1.1", "randomcolor": "^0.4.4", "shelljs": "^0.7.0", "shx": "^0.1.1", "sinon": "^2.4.1", "sinon-chai": "^2.14.0", "snazzy": "^4.0.0", "standard": "^10.0.3", "super-hands": "^2.0.2" }, "standard": { "ignore": [ "examples/build.js", "dist/**" ] } }