14 lines
289 B
JSON
14 lines
289 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": {
|
||
|
"reveal.js": "^5.1.0"
|
||
|
}
|
||
|
}
|