1234567891011121314151617 |
- {
- "name": "webgl2",
- "version": "1.0.0",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "express": "^4.16.4",
- "gl-matrix": "^2.8.1",
- "serve-static": "^1.13.2"
- },
- "description": ""
- }
|