physics/package.json

15 lines
314 B
JSON

{
"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": {
"mathjax": "^3.2.2",
"reveal.js": "^5.1.0"
}
}