package.json 491 B

1234567891011121314151617181920212223
  1. {
  2. "name": "countup.js",
  3. "description": "Animates a numerical value by counting to it",
  4. "version": "1.9.3",
  5. "license": "MIT",
  6. "main": "./dist/countUp.min.js",
  7. "repository": {
  8. "type": "git",
  9. "url": "git+https://github.com/inorganik/countUp.js.git"
  10. },
  11. "dependencies": {},
  12. "devDependencies": {
  13. "del": "~0.1.3",
  14. "gulp": "~3.8.10",
  15. "gulp-rename": "~1.2.0",
  16. "gulp-uglify": "^1.4.2",
  17. "gulp-wrap-umd": "~0.2.1"
  18. },
  19. "scripts": {
  20. "build": "gulp",
  21. "clean": "gulp clean"
  22. }
  23. }