contrib--caracol-community/package.json

20 lines
387 B
JSON
Raw Permalink Normal View History

2020-04-08 18:29:10 +00:00
{
"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": {
2020-04-15 12:07:35 +00:00
"@marp-team/marp-cli": "^0.17.3",
2020-04-08 18:29:10 +00:00
"foreman": "^3.0.1",
"node-sass": "^4.13.0"
}
}