a zip code crypto-currency system good for red ONLY

package.json 1.7KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "_from": "align-text@^0.1.3",
  3. "_id": "align-text@0.1.4",
  4. "_inBundle": false,
  5. "_integrity": "sha1-DNkKVhCT810KmSVsIrcGlDP60Rc=",
  6. "_location": "/align-text",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "align-text@^0.1.3",
  12. "name": "align-text",
  13. "escapedName": "align-text",
  14. "rawSpec": "^0.1.3",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.3"
  17. },
  18. "_requiredBy": [
  19. "/center-align",
  20. "/right-align"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/align-text/-/align-text-0.1.4.tgz",
  23. "_shasum": "0cd90a561093f35d0a99256c22b7069433fad117",
  24. "_spec": "align-text@^0.1.3",
  25. "_where": "/Users/khalils/ZipCoin-RED/ZipCoinRed/node_modules/center-align",
  26. "author": {
  27. "name": "Jon Schlinkert",
  28. "url": "https://github.com/jonschlinkert"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/jonschlinkert/align-text/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "kind-of": "^3.0.2",
  36. "longest": "^1.0.1",
  37. "repeat-string": "^1.5.2"
  38. },
  39. "deprecated": false,
  40. "description": "Align the text in a string.",
  41. "devDependencies": {
  42. "mocha": "*",
  43. "should": "*",
  44. "word-wrap": "^1.0.3"
  45. },
  46. "engines": {
  47. "node": ">=0.10.0"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/jonschlinkert/align-text",
  53. "keywords": [
  54. "align",
  55. "align-center",
  56. "alignment",
  57. "center",
  58. "center-align",
  59. "indent",
  60. "pad",
  61. "padding",
  62. "right",
  63. "right-align",
  64. "text",
  65. "typography"
  66. ],
  67. "license": "MIT",
  68. "main": "index.js",
  69. "name": "align-text",
  70. "repository": {
  71. "type": "git",
  72. "url": "git://github.com/jonschlinkert/align-text.git"
  73. },
  74. "scripts": {
  75. "test": "mocha"
  76. },
  77. "version": "0.1.4"
  78. }