{ "name": "datavis", "version": "0.1.5", "description": "A tool for visualizing the data collected from the IFS Earlham trip", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js" }, "repository": { "type": "git", "url": "https://gitlab.cluster.earlham.edu/field-science/datavis.git" }, "author": "Porter Libby", "license": "MIT", "bugs": { "url": "https://gitlab.cluster.earlham.edu/field-science/datavis/issues" }, "homepage": "https://gitlab.cluster.earlham.edu/field-science/datavis", "dependencies": { "dotenv": "^8.1.0", "ejs": "^2.7.1", "express": "^4.17.1", "lodash": "^4.17.15", "pg": "^7.12.1", "restful-api": "^0.1.8" } }