package.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "svg-gauge@1.0.6",
  5. "/Users/or.e/Developer/meBarista_in_Ionic2"
  6. ]
  7. ],
  8. "_from": "svg-gauge@1.0.6",
  9. "_id": "svg-gauge@1.0.6",
  10. "_inBundle": false,
  11. "_integrity": "sha512-gRkznVhtS18eOM/GMPDXAvrLZOpqzNVDg4bFAPAEjiDKd1tZHFIe8Bwt3G6TFg/H+pFboetPPI+zoV+bOL26QQ==",
  12. "_location": "/svg-gauge",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "svg-gauge@1.0.6",
  18. "name": "svg-gauge",
  19. "escapedName": "svg-gauge",
  20. "rawSpec": "1.0.6",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.6"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/svg-gauge/-/svg-gauge-1.0.6.tgz",
  28. "_spec": "1.0.6",
  29. "_where": "/Users/or.e/Developer/meBarista_in_Ionic2",
  30. "author": {
  31. "name": "aniketn3@gmail.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/naikus/svg-gauge/issues"
  35. },
  36. "description": "Minimal SVG animated gauge with zero dependencies",
  37. "devDependencies": {
  38. "del": "^3.0.0",
  39. "gulp": "^4.0.0",
  40. "gulp-concat": "^2.6.1",
  41. "gulp-jshint": "^2.1.0",
  42. "gulp-uglify": "^3.0.1"
  43. },
  44. "directories": {
  45. "test": "test"
  46. },
  47. "homepage": "https://github.com/naikus/svg-gauge#readme",
  48. "keywords": [
  49. "SVG",
  50. "Gauge",
  51. "Animation"
  52. ],
  53. "license": "MIT",
  54. "main": "index.js",
  55. "name": "svg-gauge",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/naikus/svg-gauge.git"
  59. },
  60. "scripts": {
  61. "test": "echo \"Error: no test specified\" && exit 1"
  62. },
  63. "version": "1.0.6"
  64. }