ludus/package.json

23 lines
455 B
JSON
Raw Permalink Normal View History

2023-11-24 18:17:20 +00:00
{
"name": "ludus",
"version": "1.0.0",
"description": "![Ludus logo](logo.png) ## Ludus: A friendly, dynamic, functional language",
"main": "index.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"shadow-cljs": "^2.26.0"
2023-11-24 23:41:26 +00:00
},
"dependencies": {
"p5": "^1.8.0"
2023-11-24 18:17:20 +00:00
}
}