package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. {
  2. "_from": "bs-recipes@1.3.4",
  3. "_id": "bs-recipes@1.3.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DS1NSKcYyMBEdp/cT4lZLci2lYU=",
  6. "_location": "/bs-recipes",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "bs-recipes@1.3.4",
  12. "name": "bs-recipes",
  13. "escapedName": "bs-recipes",
  14. "rawSpec": "1.3.4",
  15. "saveSpec": null,
  16. "fetchSpec": "1.3.4"
  17. },
  18. "_requiredBy": [
  19. "/browser-sync"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/bs-recipes/-/bs-recipes-1.3.4.tgz",
  22. "_shasum": "0d2d4d48a718c8c044769fdc4f89592dc8b69585",
  23. "_spec": "bs-recipes@1.3.4",
  24. "_where": "/srv/http/mmap_sarrebourg/user/themes/basic/node_modules/browser-sync",
  25. "author": {
  26. "name": "Shane Osbourne"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/BrowserSync/recipes/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Fully working project examples showing how to use BrowserSync in various ways",
  34. "devDependencies": {
  35. "crossbow": "^0.4.5",
  36. "node-dir": "^0.1.6"
  37. },
  38. "files": [
  39. "recipes",
  40. "index.js",
  41. "manifest.json"
  42. ],
  43. "homepage": "http://www.browsersync.io/docs/recipes/",
  44. "license": "ISC",
  45. "main": "index.js",
  46. "name": "bs-recipes",
  47. "repository": {
  48. "type": "git",
  49. "url": "git+https://github.com/BrowserSync/recipes.git"
  50. },
  51. "scripts": {
  52. "build": "node crossbow.js",
  53. "clean:nm": "find ./recipes -name node_modules | xargs rm -rf",
  54. "clean:other": "find . -name .sass-cache | xargs rm -rf && find . -name .idea | xargs rm -rf",
  55. "prepublish": "npm run clean:nm && npm run clean:other",
  56. "test": "npm run-script build"
  57. },
  58. "version": "1.3.4"
  59. }