package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_args": [
  3. [
  4. "slide@1.1.6",
  5. "/Users/rebecca/code/npm"
  6. ]
  7. ],
  8. "_from": "slide@1.1.6",
  9. "_id": "slide@1.1.6",
  10. "_inBundle": false,
  11. "_integrity": "sha1-VusCfWW00tzmyy4tMsTUr8nh1wc=",
  12. "_location": "/slide",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "slide@1.1.6",
  18. "name": "slide",
  19. "escapedName": "slide",
  20. "rawSpec": "1.1.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.6"
  23. },
  24. "_requiredBy": [
  25. "/",
  26. "/gentle-fs",
  27. "/npm-lifecycle",
  28. "/npm-registry-client",
  29. "/read-installed"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/slide/-/slide-1.1.6.tgz",
  32. "_spec": "1.1.6",
  33. "_where": "/Users/rebecca/code/npm",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me/"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/slide-flow-control/issues"
  41. },
  42. "contributors": [
  43. {
  44. "name": "S. Sriram",
  45. "email": "ssriram@gmail.com",
  46. "url": "http://www.565labs.com"
  47. }
  48. ],
  49. "dependencies": {},
  50. "description": "A flow control lib small enough to fit on in a slide presentation. Derived live at Oak.JS",
  51. "devDependencies": {},
  52. "engines": {
  53. "node": "*"
  54. },
  55. "homepage": "https://github.com/isaacs/slide-flow-control#readme",
  56. "license": "ISC",
  57. "main": "./lib/slide.js",
  58. "name": "slide",
  59. "repository": {
  60. "type": "git",
  61. "url": "git://github.com/isaacs/slide-flow-control.git"
  62. },
  63. "version": "1.1.6"
  64. }