summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 4 insertions, 6 deletions
diff --git a/package.json b/package.json
index f56ed70..ab1069f 100644
--- a/package.json
+++ b/package.json
@@ -1,17 +1,15 @@
{
- "name": "fractiform",
+ "name": "pugl",
"version": "1.0.0",
- "description": "fractals",
- "main": "fractiform.js",
+ "description": "shaders on the world wide web",
+ "main": "pugl.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "pommicket",
"license": "WTFPL",
"devDependencies": {
- "eslint": "^8.45.0"
- },
- "dependencies": {
+ "eslint": "^8.45.0",
"prettier": "^3.0.0"
}
}