Skip to content
Snippets Groups Projects
package.json 671 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "name": "metavoxels-code",
      "version": "1.0.0",
      "description": "Code for the design, simulation and optimization of MetaVoxels.",
      "main": "app.js",
      "directories": {
        "lib": "lib"
      },
      "dependencies": {
        "edit-json-file": "^1.5.0",
        "finalhandler": "^1.1.2",
        "http": "^0.0.1-security",
        "rhino3dm": "^0.13.0",
        "serve-static": "^1.14.1",
        "three": "^0.123.0"
      },
      "devDependencies": {},
      "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1"
      },
      "repository": {
        "type": "git",
        "url": "ssh://git@gitlab.cba.mit.edu:846/amiraa/metavoxels-code.git"
      },
      "author": "Amira Abdel-Rahman",
      "license": "ISC"
    }