35 lines
871 B
JSON
35 lines
871 B
JSON
{
|
|
"name": "3dexperiments",
|
|
"version": "0.0.1",
|
|
"description": "3D Experiments",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"serve": "node ./serve.js",
|
|
"build": "webpack -p",
|
|
"watch": "webpack -w --mode=development"
|
|
},
|
|
"keywords": [
|
|
"experiment",
|
|
"webgl"
|
|
],
|
|
"private": true,
|
|
"author": "Evert \"Diamond\" Prants <evert@lunasqu.ee>",
|
|
"license": "LGPL-3.0-or-later",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.7.4",
|
|
"@babel/plugin-transform-runtime": "^7.7.4",
|
|
"@babel/preset-env": "^7.7.4",
|
|
"babel-loader": "^8.0.6",
|
|
"express": "^4.17.1",
|
|
"html-webpack-plugin": "^3.2.0",
|
|
"standard": "^12.0.1",
|
|
"webpack": "^4.41.2",
|
|
"webpack-command": "^0.4.2"
|
|
},
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.7.4",
|
|
"gl-matrix": "^2.8.1",
|
|
"open-simplex-noise": "^1.7.0"
|
|
}
|
|
}
|