UI for Zipcoin Blue

package.json 3.2KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "console-browserify@^1.1.0",
  6. "scope": null,
  7. "escapedName": "console-browserify",
  8. "name": "console-browserify",
  9. "rawSpec": "^1.1.0",
  10. "spec": ">=1.1.0 <2.0.0",
  11. "type": "range"
  12. },
  13. "/Users/tennesseeg/blueCoin/node_modules/node-libs-browser"
  14. ]
  15. ],
  16. "_from": "console-browserify@>=1.1.0 <2.0.0",
  17. "_id": "console-browserify@1.1.0",
  18. "_inCache": true,
  19. "_location": "/console-browserify",
  20. "_npmUser": {
  21. "name": "raynos",
  22. "email": "raynos2@gmail.com"
  23. },
  24. "_npmVersion": "1.4.6",
  25. "_phantomChildren": {},
  26. "_requested": {
  27. "raw": "console-browserify@^1.1.0",
  28. "scope": null,
  29. "escapedName": "console-browserify",
  30. "name": "console-browserify",
  31. "rawSpec": "^1.1.0",
  32. "spec": ">=1.1.0 <2.0.0",
  33. "type": "range"
  34. },
  35. "_requiredBy": [
  36. "/node-libs-browser"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz",
  39. "_shasum": "f0241c45730a9fc6323b206dbf38edc741d0bb10",
  40. "_shrinkwrap": null,
  41. "_spec": "console-browserify@^1.1.0",
  42. "_where": "/Users/tennesseeg/blueCoin/node_modules/node-libs-browser",
  43. "author": {
  44. "name": "Raynos",
  45. "email": "raynos2@gmail.com"
  46. },
  47. "bugs": {
  48. "url": "https://github.com/Raynos/console-browserify/issues",
  49. "email": "raynos2@gmail.com"
  50. },
  51. "contributors": [
  52. {
  53. "name": "Raynos"
  54. }
  55. ],
  56. "dependencies": {
  57. "date-now": "^0.1.4"
  58. },
  59. "description": "Emulate console for all the browsers",
  60. "devDependencies": {
  61. "jsonify": "0.0.0",
  62. "run-browser": "^1.3.0",
  63. "tap-dot": "^0.2.1",
  64. "tap-spec": "^0.1.8",
  65. "tape": "^2.12.3"
  66. },
  67. "directories": {},
  68. "dist": {
  69. "shasum": "f0241c45730a9fc6323b206dbf38edc741d0bb10",
  70. "tarball": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.1.0.tgz"
  71. },
  72. "homepage": "https://github.com/Raynos/console-browserify",
  73. "keywords": [],
  74. "licenses": [
  75. {
  76. "type": "MIT",
  77. "url": "http://github.com/Raynos/console-browserify/raw/master/LICENSE"
  78. }
  79. ],
  80. "main": "index",
  81. "maintainers": [
  82. {
  83. "name": "raynos",
  84. "email": "raynos2@gmail.com"
  85. }
  86. ],
  87. "name": "console-browserify",
  88. "optionalDependencies": {},
  89. "readme": "ERROR: No README data found!",
  90. "repository": {
  91. "type": "git",
  92. "url": "git://github.com/Raynos/console-browserify.git"
  93. },
  94. "scripts": {
  95. "browser": "run-browser test/index.js",
  96. "build": "browserify test/index.js -o test/static/bundle.js",
  97. "cover": "istanbul cover --report none --print detail ./test/index.js",
  98. "dot": "node ./test/index.js | tap-dot",
  99. "phantom": "run-browser test/index.js -b | tap-spec",
  100. "start": "node ./index.js",
  101. "test": "node ./test/index.js | tap-spec",
  102. "testem": "testem",
  103. "view-cover": "istanbul report html && google-chrome ./coverage/index.html"
  104. },
  105. "testling": {
  106. "files": "test/index.js",
  107. "browsers": [
  108. "ie/8..latest",
  109. "firefox/16..latest",
  110. "firefox/nightly",
  111. "chrome/22..latest",
  112. "chrome/canary",
  113. "opera/12..latest",
  114. "opera/next",
  115. "safari/5.1..latest",
  116. "ipad/6.0..latest",
  117. "iphone/6.0..latest",
  118. "android-browser/4.2..latest"
  119. ]
  120. },
  121. "version": "1.1.0"
  122. }