package.json 673 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "tablesort",
  3. "description": "A sorting component for HTML tables",
  4. "version": "5.3.0",
  5. "author": "tristen",
  6. "license": "MIT",
  7. "main": "./src/tablesort.js",
  8. "homepage": "http://tristen.ca/tablesort/demo/",
  9. "scripts": {
  10. "build": "grunt",
  11. "test": "tape test/test.client.js | tap-spec"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git://github.com/tristen/tablesort.git"
  16. },
  17. "devDependencies": {
  18. "finalhandler": "0.2.x",
  19. "grunt": "^1.0.1",
  20. "grunt-cli": "^1.2.0",
  21. "grunt-contrib-uglify": "^2.0.0",
  22. "phantomjs-prebuilt": "~2.1.x",
  23. "serve-static": "1.6.x",
  24. "tap-spec": "^2.2.0",
  25. "tape": "^3.0.0"
  26. }
  27. }