UNPKG

undo3d-run-test

Version:

A collection of utilities for testing Undo3D, and apps built with Undo3D

32 lines (31 loc) 891 B
{ "name": "undo3d-run-test", "version": "1.0.2", "description": "A collection of utilities for testing Undo3D, and apps built with Undo3D", "main": "index.js", "scripts": { "test": "node --experimental-modules --harmony --loader ./support/node-esm-resolve-hook.mjs ./support/runner-usage.mjs", "start": "node support/development-server.js", "postinstall": "cd deps && npm install" }, "dependencies": { }, "repository": { "type": "git", "url": "git+https://gitlab.com/Undo3D/undo3d-run-test.git" }, "keywords": [ "Test", "Runner", "Undo3D" ], "author": "Undo3D <info@undo3d.com> (https://undo3d.com/)", "contributors": [ "Rich Plastow <rich@richplastow.com> (https://richplastow.com/)" ], "license": "MIT", "bugs": { "url": "https://gitlab.com/Undo3D/undo3d-run-test/issues" }, "homepage": "https://undo3d.com/" }