Glenn Y. Rolland
f0463071cc
All checks were successful
continuous-integration/drone/push Build is passing
22 lines
506 B
JSON
22 lines
506 B
JSON
{
|
|
"name": "teaching-framework-nodejs-advanced",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"doc": "docs"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@marp-team/marp-cli": "^1.5.0",
|
|
"@marp-team/marp-core": "^3.0.0",
|
|
"markdown-it-footnote": "^3.0.2",
|
|
"markdown-it-highlight-lines": "^1.0.2",
|
|
"foreman": "^3.0.1",
|
|
"node-sass": "^7.0.0"
|
|
}
|
|
}
|