UNPKG

aframe-machinima-testing

Version:

Utilities for automated functional testing in A-Frame scenes and components

52 lines (51 loc) 1.41 kB
{ "name": "aframe-machinima-testing", "version": "0.1.2", "description": "Utilities for automated functional testing in A-Frame scenes and components", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/wmurphyrd/aframe-machinima-testing.git" }, "keywords": [ "A-Frame", "WebVR", "test", "functional", "utility", "aframe", "aframevr", "machinima" ], "author": "Will Murphy", "license": "MIT", "bugs": { "url": "https://github.com/wmurphyrd/aframe-machinima-testing/issues" }, "homepage": "https://github.com/wmurphyrd/aframe-machinima-testing#readme", "peerDependencies": { "aframe": ">=0.6.0", "aframe-motion-capture-components": "git+https://git@github.com/wmurphyrd/aframe-motion-capture-components.git#v0.2.8a", "browserify": "^13.0.0", "budo": "^8.2.2", "chai": "^4.1.2", "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", "sinon": "^2.1.0", "sinon-chai": "^2.13.0" }, "dependencies": { "glob": "^7.1.2", "shelljs": "^0.7.8" }, "bin": { "machinima-bootstrap": "./bin/machinima-bootstrap.js" } }