package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "connect-flash@*",
  3. "_id": "connect-flash@0.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2GMPJtlaf4UfmVax6MxnMvO2qjA=",
  6. "_location": "/connect-flash",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "connect-flash@*",
  12. "name": "connect-flash",
  13. "escapedName": "connect-flash",
  14. "rawSpec": "*",
  15. "saveSpec": null,
  16. "fetchSpec": "*"
  17. },
  18. "_requiredBy": [
  19. "/"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/connect-flash/-/connect-flash-0.1.1.tgz",
  22. "_shasum": "d8630f26d95a7f851f9956b1e8cc6732f3b6aa30",
  23. "_spec": "connect-flash@*",
  24. "_where": "C:\\Users\\Mehdi\\Documents\\P_Tech\\Login-Register",
  25. "author": {
  26. "name": "Jared Hanson",
  27. "email": "jaredhanson@gmail.com",
  28. "url": "http://www.jaredhanson.net/"
  29. },
  30. "bugs": {
  31. "url": "http://github.com/jaredhanson/connect-flash/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {},
  35. "deprecated": false,
  36. "description": "Flash message middleware for Connect.",
  37. "devDependencies": {
  38. "vows": "0.6.x"
  39. },
  40. "engines": {
  41. "node": ">= 0.4.0"
  42. },
  43. "homepage": "https://github.com/jaredhanson/connect-flash#readme",
  44. "keywords": [
  45. "connect",
  46. "express",
  47. "flash",
  48. "messages"
  49. ],
  50. "licenses": [
  51. {
  52. "type": "MIT",
  53. "url": "http://www.opensource.org/licenses/MIT"
  54. }
  55. ],
  56. "main": "./lib",
  57. "name": "connect-flash",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/jaredhanson/connect-flash.git"
  61. },
  62. "scripts": {
  63. "test": "NODE_PATH=lib node_modules/.bin/vows test/*-test.js"
  64. },
  65. "version": "0.1.1"
  66. }