Files
WebOcean/package.json
2020-01-24 17:33:37 +01:00

29 lines
612 B
JSON

{
"name": "web-ocean",
"version": "0.0.1",
"description": "Simulating a ocean with typescript and webgl.",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && browserify ./build/main.js -o ./build/app.js"
},
"keywords": [
"webgl",
"typescript",
"simulation",
"ocean",
"water",
"waves"
],
"author": "Julian Niessner",
"license": "ISC",
"devDependencies": {
"@types/gl-matrix": "^2.4.5",
"browserify": "^16.5.0",
"typescript": "^3.7.5"
},
"dependencies": {
"gl-matrix": "^3.1.0"
}
}