Files
WebOcean/package.json

29 lines
615 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/seedrandom": "^2.4.28",
"browserify": "^16.5.0",
"typescript": "^3.7.5"
},
"dependencies": {
"seedrandom": "^3.0.5"
}
}