25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

63 lines
1.8 KiB

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