package.json 921 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "bs-recipes",
  3. "version": "1.3.4",
  4. "description": "Fully working project examples showing how to use BrowserSync in various ways",
  5. "repository": "BrowserSync/recipes",
  6. "author": "Shane Osbourne",
  7. "main": "index.js",
  8. "files": [
  9. "recipes",
  10. "index.js",
  11. "manifest.json"
  12. ],
  13. "scripts": {
  14. "clean:nm": "find ./recipes -name node_modules | xargs rm -rf",
  15. "clean:other": "find . -name .sass-cache | xargs rm -rf && find . -name .idea | xargs rm -rf",
  16. "build": "node crossbow.js",
  17. "test": "npm run-script build",
  18. "prepublish": "npm run clean:nm && npm run clean:other"
  19. },
  20. "license": "ISC",
  21. "homepage": "http://www.browsersync.io/docs/recipes/",
  22. "devDependencies": {
  23. "crossbow": "^0.4.5",
  24. "node-dir": "^0.1.6"
  25. },
  26. "__npminstall_done": true,
  27. "_from": "bs-recipes@1.3.4",
  28. "_resolved": "https://registry.npmmirror.com/bs-recipes/-/bs-recipes-1.3.4.tgz"
  29. }