package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "mixitup",
  3. "title": "MixItUp",
  4. "version": "3.3.0",
  5. "description": "A high-performance, dependency-free library for animated filtering, sorting and more",
  6. "author": "KunkaLabs Limited",
  7. "homepage": "https://www.kunkalabs.com/mixitup/",
  8. "license": "SEE LICENSE IN README.md",
  9. "main": "./dist/mixitup.js",
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/patrickkunka/mixitup/"
  13. },
  14. "scripts": {
  15. "test": "mocha ./tests/unit/main.js",
  16. "cover": "istanbul cover _mocha ./tests/unit/main.js",
  17. "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
  18. },
  19. "devDependencies": {
  20. "chai": "^3.5.0",
  21. "chai-as-promised": "^5.3.0",
  22. "chai-shallow-deep-equal": "^1.4.0",
  23. "coveralls": "^2.11.14",
  24. "gulp": "^3.8.8",
  25. "gulp-jscs": "^4.0.0",
  26. "gulp-jshint": "^1.8.5",
  27. "gulp-livereload": "~2.1.1",
  28. "gulp-rename": "^1.2.2",
  29. "gulp-uglify": "~1.5.1",
  30. "istanbul": "^0.4.5",
  31. "jsdom": "9.4.2",
  32. "jsdom-global": "2.0.0",
  33. "jshint-stylish": "~1.0.0",
  34. "merge-stream": "^0.1.7",
  35. "mixitup-build": "git://github.com/patrickkunka/mixitup-build.git",
  36. "mocha": "^3.0.2",
  37. "mocha-lcov-reporter": "^1.2.0",
  38. "vinyl-buffer": "^1.0.0",
  39. "vinyl-source-stream": "^1.1.0"
  40. }
  41. }