Files
WebOcean/package.json
2020-01-21 19:47:41 +01:00

27 lines
552 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": {
"browserify": "^16.5.0",
"typescript": "^3.7.5"
},
"dependencies": {
}
}