Files
WebOcean/package.json
2020-01-20 12:24:57 +01:00

24 lines
450 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"
},
"keywords": [
"webgl",
"typescript",
"simulation",
"ocean",
"water",
"waves"
],
"author": "Julian Niessner",
"license": "ISC",
"devDependencies": {
"typescript": "^3.7.5"
}
}