{ "name": "ea_dataviz", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "pack": "watchify ./js/main.js -o js/bundle.js", "start": "budo js/main.js:js/bundle.js --live --verbose --port 3000 --open -- -t brfs", "start_n": "node server.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "dependencies": { "@babel/core": "^7.3.4", "@babel/preset-env": "^7.3.4", "aframe": "^0.9.2", "babelify": "^10.0.0", "brfs": "^2.0.1", "budo": "^11.6.0", "bulk-require": "^1.0.1" } }