vrjs-recorder
Version:
position and orientation recorder for vrjs applications
32 lines (31 loc) • 657 B
JSON
{
"name": "vrjs-recorder",
"version": "0.0.0",
"description": "position and orientation recorder for vrjs applications",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vrjs/recorder.git"
},
"keywords": [
"vrjs",
"virtual reality"
],
"author": "Scott Frees",
"license": "MIT",
"bugs": {
"url": "https://github.com/vrjs/recorder/issues"
},
"homepage": "https://github.com/vrjs/recorder#readme",
"dependencies": {
"nedb": "^1.1.2"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.5",
"sinon": "^1.15.4"
}
}