package.json 945 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "tether",
  3. "version": "1.1.1",
  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. ],
  12. "scripts": {
  13. "build": "gulp build"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/HubSpot/tether.git"
  18. },
  19. "license": "MIT",
  20. "main": "dist/js/tether.js",
  21. "devDependencies": {
  22. "del": "^1.1.1",
  23. "gulp": "^3.9.0",
  24. "gulp-autoprefixer": "^2.3.1",
  25. "gulp-babel": "^5.1.0",
  26. "gulp-bump": "^0.3.0",
  27. "gulp-concat": "^2.5.2",
  28. "gulp-header": "^1.2.2",
  29. "gulp-minify-css": "^1.1.6",
  30. "gulp-plumber": "^1.0.1",
  31. "gulp-rename": "^1.2.2",
  32. "gulp-sass": "^2.0.1",
  33. "gulp-uglify": "^1.2.0",
  34. "gulp-wrap-umd": "^0.2.1"
  35. }
  36. }