package.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "tether",
  3. "version": "1.3.7",
  4. "description": "A client-side library to make absolutely positioned elements attach to elements in the page efficiently.",
  5. "authors": [
  6. "Zack Bloom <zackbloom@gmail.com>",
  7. "Adam Schwartz <adam.flynn.schwartz@gmail.com>"
  8. ],
  9. "maintainers": [
  10. "Nicholas Hwang <nick.joosung.hwang@gmail.com>",
  11. "Trevor Burnham <trevorburnham@gmail.com>"
  12. ],
  13. "scripts": {
  14. "reinstall": "del node_modules && npm install",
  15. "watch": "gulp watch",
  16. "build": "gulp build"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/HubSpot/tether.git"
  21. },
  22. "license": "MIT",
  23. "main": "dist/js/tether.js",
  24. "devDependencies": {
  25. "del": "^2.0.2",
  26. "del-cli": "^0.2.0",
  27. "gulp": "^3.9.0",
  28. "gulp-autoprefixer": "^3.0.1",
  29. "gulp-babel": "^5.2.1",
  30. "gulp-bump": "^0.3.1",
  31. "gulp-concat": "^2.6.0",
  32. "gulp-header": "^1.7.1",
  33. "gulp-minify-css": "^1.2.1",
  34. "gulp-plumber": "^1.0.1",
  35. "gulp-rename": "^1.2.2",
  36. "gulp-sass": "^2.0.4",
  37. "gulp-uglify": "^1.4.1",
  38. "gulp-wrap-umd": "^0.2.1"
  39. }
  40. }