package.json 309 B

1234567891011121314151617
  1. {
  2. "name": "webgl2",
  3. "version": "1.0.0",
  4. "main": "main.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "author": "",
  9. "license": "ISC",
  10. "dependencies": {
  11. "express": "^4.16.4",
  12. "gl-matrix": "^2.8.1",
  13. "serve-static": "^1.13.2"
  14. },
  15. "description": ""
  16. }