physics/package.json

15 lines
314 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": {
2024-06-21 16:59:16 -05:00
"mathjax": "^3.2.2",
2024-06-21 16:20:31 -05:00
"reveal.js": "^5.1.0"
}
}