package.json 409 B

1234567891011121314151617
  1. {
  2. "name": "bs-recipes-grunt-html-injection",
  3. "version": "1.0.0",
  4. "description": "Grunt, SASS, HTML/CSS injection example",
  5. "main": "Gruntfile.js",
  6. "scripts": {
  7. "start": "grunt"
  8. },
  9. "license": "MIT",
  10. "devDependencies": {
  11. "bs-html-injector": "3.0.1",
  12. "grunt": "^0.4.5",
  13. "grunt-browser-sync": "^2.0.0",
  14. "grunt-contrib-sass": "^0.9.2",
  15. "grunt-contrib-watch": "^0.6.1"
  16. }
  17. }