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 line
289 B

  1. {
  2. "name": "bs-recipes-html-injection",
  3. "version": "1.0.0",
  4. "description": "HTML/CSS injection example",
  5. "main": "app.js",
  6. "scripts": {
  7. "start": "node app.js"
  8. },
  9. "license": "MIT",
  10. "devDependencies": {
  11. "bs-html-injector": "^2.0.3",
  12. "browser-sync": "^2.1.6"
  13. }
  14. }