You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
289 B
15 lines
289 B
2 years ago
|
{
|
||
|
"name": "bs-recipes-html-injection",
|
||
|
"version": "1.0.0",
|
||
|
"description": "HTML/CSS injection example",
|
||
|
"main": "app.js",
|
||
|
"scripts": {
|
||
|
"start": "node app.js"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"bs-html-injector": "^2.0.3",
|
||
|
"browser-sync": "^2.1.6"
|
||
|
}
|
||
|
}
|