physics/package.json

14 lines
289 B
JSON
Raw Normal View History

2024-06-21 16:20:31 -05:00
{
"name": "physics",
"version": "1.0.0",
"description": "Physics instructional tools and content",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ladd Hoffman",
"license": "Unlicense",
"dependencies": {
"reveal.js": "^5.1.0"
}
}