a zip code crypto-currency system good for red ONLY

package.json 1.9KB

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