UI for Zipcoin Blue

package.json 3.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130
  1. {
  2. "_args": [
  3. [
  4. {
  5. "raw": "sw-toolbox@3.6.0",
  6. "scope": null,
  7. "escapedName": "sw-toolbox",
  8. "name": "sw-toolbox",
  9. "rawSpec": "3.6.0",
  10. "spec": "3.6.0",
  11. "type": "version"
  12. },
  13. "/Users/tennesseeg/blueCoin"
  14. ]
  15. ],
  16. "_from": "sw-toolbox@3.6.0",
  17. "_id": "sw-toolbox@3.6.0",
  18. "_inCache": true,
  19. "_location": "/sw-toolbox",
  20. "_nodeVersion": "7.6.0",
  21. "_npmOperationalInternal": {
  22. "host": "packages-18-east.internal.npmjs.com",
  23. "tmp": "tmp/sw-toolbox-3.6.0.tgz_1487877968220_0.07672298746183515"
  24. },
  25. "_npmUser": {
  26. "name": "jeffposnick",
  27. "email": "jeffy@google.com"
  28. },
  29. "_npmVersion": "4.1.2",
  30. "_phantomChildren": {},
  31. "_requested": {
  32. "raw": "sw-toolbox@3.6.0",
  33. "scope": null,
  34. "escapedName": "sw-toolbox",
  35. "name": "sw-toolbox",
  36. "rawSpec": "3.6.0",
  37. "spec": "3.6.0",
  38. "type": "version"
  39. },
  40. "_requiredBy": [
  41. "/"
  42. ],
  43. "_resolved": "https://registry.npmjs.org/sw-toolbox/-/sw-toolbox-3.6.0.tgz",
  44. "_shasum": "26df1d1c70348658e4dea2884319149b7b3183b5",
  45. "_shrinkwrap": null,
  46. "_spec": "sw-toolbox@3.6.0",
  47. "_where": "/Users/tennesseeg/blueCoin",
  48. "bugs": {
  49. "url": "https://github.com/GoogleChrome/sw-toolbox/issues"
  50. },
  51. "dependencies": {
  52. "path-to-regexp": "^1.0.1",
  53. "serviceworker-cache-polyfill": "^4.0.0"
  54. },
  55. "description": "Service Worker Toolbox provides some simple helpers for use in creating your own service workers.",
  56. "devDependencies": {
  57. "browserify": "^13.1.0",
  58. "chai": "^3.4.1",
  59. "chromedriver": "^2.27.2",
  60. "cookie-parser": "^1.4.1",
  61. "eslint": "^3.13.1",
  62. "eslint-config-google": "^0.7.1",
  63. "express": "^4.13.3",
  64. "geckodriver": "^1.3.0",
  65. "gulp": "^3.9.0",
  66. "gulp-eslint": "^3.0.1",
  67. "gulp-gh-pages": "^0.5.4",
  68. "gulp-header": "^1.8.8",
  69. "gulp-sourcemaps": "^2.3.1",
  70. "gulp-uglify": "^2.0.0",
  71. "jsdoc": "^3.4.0",
  72. "mocha": "^3.2.0",
  73. "npm-publish-scripts": "^4.1.0",
  74. "operadriver": "^1.0.0",
  75. "selenium-assistant": "^5.0.2",
  76. "sw-testing-helpers": "1.0.1",
  77. "temp": "^0.8.3",
  78. "vinyl-buffer": "^1.0.0",
  79. "vinyl-source-stream": "^1.1.0",
  80. "which": "^1.2.4"
  81. },
  82. "directories": {},
  83. "dist": {
  84. "shasum": "26df1d1c70348658e4dea2884319149b7b3183b5",
  85. "tarball": "https://registry.npmjs.org/sw-toolbox/-/sw-toolbox-3.6.0.tgz"
  86. },
  87. "files": [
  88. "lib/",
  89. "companion.js",
  90. "sw-toolbox.js",
  91. "sw-toolbox.js.map",
  92. "index.d.ts"
  93. ],
  94. "gitHead": "8065b424d3992037389bb585cebc84c2e0936f66",
  95. "homepage": "https://github.com/GoogleChrome/sw-toolbox#readme",
  96. "license": "Apache-2.0",
  97. "main": "lib/sw-toolbox.js",
  98. "maintainers": [
  99. {
  100. "name": "addyosmani",
  101. "email": "addyosmani@gmail.com"
  102. },
  103. {
  104. "name": "gauntface",
  105. "email": "matt@gauntface.co.uk"
  106. },
  107. {
  108. "name": "jeffposnick",
  109. "email": "jeffy@google.com"
  110. },
  111. {
  112. "name": "wibblymat",
  113. "email": "mat@wibbly.org.uk"
  114. }
  115. ],
  116. "name": "sw-toolbox",
  117. "optionalDependencies": {},
  118. "readme": "ERROR: No README data found!",
  119. "repository": {
  120. "type": "git",
  121. "url": "git+https://github.com/GoogleChrome/sw-toolbox.git"
  122. },
  123. "scripts": {
  124. "build": "gulp default",
  125. "publish-release": "npm-publish-scripts publish-release",
  126. "test": "gulp lint default && node ./test/helpers/download-browsers.js && mocha"
  127. },
  128. "version": "3.6.0"
  129. }