forked from ica25-origins/origins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 1.04 KB
/
package.json
File metadata and controls
30 lines (30 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"name": "origins",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node server.js",
"dev:watch": "nodemon --exec 'vercel dev --yes --listen 3000' --watch api --watch entities --delay 1"
},
"dependencies": {
"express": "^4.18.2",
"dotenv": "^16.3.1",
"cors": "^2.8.5"
},
"description": "## **Overview** **Origins** is a generative life simulation built in **JavaScript** and **Three.js**. The project was developed for **ICA 25**, a creative coding course in the **Mathcastles Discord**, and explores themes of emergence, belief, biology, and systemic complexity in autonomous agent-based systems.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cyclez/origins.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cyclez/origins/issues"
},
"homepage": "https://github.com/cyclez/origins#readme"
}