package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "countup@1.8.2",
  5. "E:\\item\\newItem\\admin"
  6. ]
  7. ],
  8. "_from": "countup@1.8.2",
  9. "_id": "countup@1.8.2",
  10. "_inBundle": false,
  11. "_integrity": "sha1-AhzMam+WRUDGsn7WRoGvJ/tV8BA=",
  12. "_location": "/countup",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "countup@1.8.2",
  18. "name": "countup",
  19. "escapedName": "countup",
  20. "rawSpec": "1.8.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.8.2"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/countup/-/countup-1.8.2.tgz",
  28. "_spec": "1.8.2",
  29. "_where": "E:\\item\\newItem\\admin",
  30. "bugs": {
  31. "url": "https://github.com/inorganik/countUp.js/issues"
  32. },
  33. "dependencies": {},
  34. "description": "Animates a numerical value by counting to it",
  35. "devDependencies": {
  36. "@angular/core": "^2.2.3",
  37. "@types/core-js": "^0.9.34",
  38. "del": "~0.1.3",
  39. "gulp": "~3.8.10",
  40. "gulp-rename": "~1.2.0",
  41. "gulp-typescript": "^3.1.3",
  42. "gulp-uglify": "^1.4.2",
  43. "gulp-wrap-umd": "~0.2.1",
  44. "rxjs": "^5.0.1",
  45. "typescript": "^2.0.10",
  46. "zone.js": "^0.7.2"
  47. },
  48. "homepage": "https://github.com/inorganik/countUp.js#readme",
  49. "licenses": "MIT",
  50. "main": "./dist/countUp.min.js",
  51. "name": "countup",
  52. "repository": {
  53. "type": "git",
  54. "url": "git+https://github.com/inorganik/countUp.js.git"
  55. },
  56. "scripts": {
  57. "build": "gulp",
  58. "clean": "gulp clean"
  59. },
  60. "version": "1.8.2"
  61. }