package.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "_args": [
  3. [
  4. "svg-gauge",
  5. "/Users/janbranbergen/tmp/ionic/myApp"
  6. ]
  7. ],
  8. "_from": "svg-gauge@latest",
  9. "_id": "svg-gauge@1.0.2",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/svg-gauge",
  13. "_nodeVersion": "5.1.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-18-east.internal.npmjs.com",
  16. "tmp": "tmp/svg-gauge-1.0.2.tgz_1478079554462_0.9864934992510825"
  17. },
  18. "_npmUser": {
  19. "email": "aniketn3@gmail.com",
  20. "name": "naikus"
  21. },
  22. "_npmVersion": "3.3.12",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "svg-gauge",
  26. "raw": "svg-gauge",
  27. "rawSpec": "",
  28. "scope": null,
  29. "spec": "latest",
  30. "type": "tag"
  31. },
  32. "_requiredBy": [
  33. "/"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/svg-gauge/-/svg-gauge-1.0.2.tgz",
  36. "_shasum": "824c09766faf6d27986015e29d3867ce32a51b85",
  37. "_shrinkwrap": null,
  38. "_spec": "svg-gauge",
  39. "_where": "/Users/janbranbergen/tmp/ionic/myApp",
  40. "author": {
  41. "name": "aniketn3@gmail.com"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/naikus/svg-gauge/issues"
  45. },
  46. "dependencies": {},
  47. "description": "Minimal SVG animated gauge with zero dependencies",
  48. "devDependencies": {
  49. "del": "^2.2.1",
  50. "event-stream": "^3.3.3",
  51. "gulp": "^3.9.1",
  52. "gulp-concat": "^2.6.0",
  53. "gulp-jshint": "^2.0.1",
  54. "gulp-uglify": "^1.5.4"
  55. },
  56. "directories": {
  57. "test": "test"
  58. },
  59. "dist": {
  60. "shasum": "824c09766faf6d27986015e29d3867ce32a51b85",
  61. "tarball": "https://registry.npmjs.org/svg-gauge/-/svg-gauge-1.0.2.tgz"
  62. },
  63. "gitHead": "91c508af87fc40ac7126dd0ca47cc06634a90012",
  64. "homepage": "https://github.com/naikus/svg-gauge#readme",
  65. "keywords": [
  66. "Animation",
  67. "Gauge",
  68. "SVG"
  69. ],
  70. "license": "MIT",
  71. "main": "index.js",
  72. "maintainers": [
  73. {
  74. "name": "naikus",
  75. "email": "aniketn3@gmail.com"
  76. }
  77. ],
  78. "name": "svg-gauge",
  79. "optionalDependencies": {},
  80. "readme": "ERROR: No README data found!",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/naikus/svg-gauge.git"
  84. },
  85. "scripts": {
  86. "test": "echo \"Error: no test specified\" && exit 1"
  87. },
  88. "version": "1.0.2"
  89. }